aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/README.md')
-rw-r--r--vsprojects/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md
index 14178daaa7..dade9e500e 100644
--- a/vsprojects/README.md
+++ b/vsprojects/README.md
@@ -12,7 +12,7 @@ download nuget.exe from the web and manually restore the NuGet packages.
```
> REM Run from this directory.
> REM No need to do this if you have NuGet visual studio extension.
-> nuget restore
+> nuget restore grpc.sln
```
After that, you can build the solution using one of these options: