aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-02-15 14:43:31 -0800
committerGitHub <noreply@github.com>2017-02-15 14:43:31 -0800
commitf6fc6b30a3e8671f4dc2e22ef35c2c9e368a2b77 (patch)
treeda53b4b0c1cd73f02217e514197557e0735332ee
parentedec017ecec2e2a8ad57a0b5ee660b59a9479aac (diff)
parent0541bc2807af3f704c3eaf3c9c1caf8dbebeb170 (diff)
downloadvcpkg-f6fc6b30a3e8671f4dc2e22ef35c2c9e368a2b77.tar.gz
vcpkg-f6fc6b30a3e8671f4dc2e22ef35c2c9e368a2b77.zip
Merge pull request #671 from OlafvdSpek/patch-3
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1026e2129..ee0d65eda 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Install any packages with
```
C:\src\vcpkg> .\vcpkg install sdl2 curl
```
-Finally, create a New Project (or open an existing one) in Visual Studio 2015 or Visual Studio "15" Preview. You can now `#include` and use any of the installed libraries.
+Finally, create a New Project (or open an existing one) in Visual Studio 2015 or Visual Studio 2017. You can now `#include` and use any of the installed libraries.
## Examples
See the [`docs\EXAMPLES.md`](docs/EXAMPLES.md) document for specific walkthroughs, including using a package and adding a new package.