aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf van der Spek <olafvdspek@gmail.com>2017-02-15 12:14:01 +0100
committerGitHub <noreply@github.com>2017-02-15 12:14:01 +0100
commit0541bc2807af3f704c3eaf3c9c1caf8dbebeb170 (patch)
treeda53b4b0c1cd73f02217e514197557e0735332ee
parentedec017ecec2e2a8ad57a0b5ee660b59a9479aac (diff)
downloadvcpkg-0541bc2807af3f704c3eaf3c9c1caf8dbebeb170.tar.gz
vcpkg-0541bc2807af3f704c3eaf3c9c1caf8dbebeb170.zip
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.