aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 18:50:20 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-20 19:20:51 -0700
commit5508c2c2884e86e2e4727eec8276f48e29a7ff46 (patch)
tree0d24ee3735dd5881981e45c88cb58f100e606e59
parent5566d6de58df48efba6bc54ebcefa88539b7b6d1 (diff)
fixed grammar in readme
-rw-r--r--vsprojects/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md
index 10eb8b0c0b..355ef75724 100644
--- a/vsprojects/README.md
+++ b/vsprojects/README.md
@@ -7,7 +7,7 @@ Currently supported versions are Visual Studio 2013 (our primary focus) and 2010
#Building
We are using [NuGet](http://www.nuget.org) to pull zlib and openssl dependencies.
If you don't have Visual Studio NuGet plugin installed, you'll need to
-download nuget.exe from web and manually restore the NuGet packages.
+download nuget.exe from the web and manually restore the NuGet packages.
```
> REM Run from this directory.