diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-11 17:21:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-11 17:21:20 -0700 |
| commit | 8780614392b43d628a8f7905ff4f367bc1fa9881 (patch) | |
| tree | 772e6efd64fad45916fe7bcb5f7bfded765d5628 | |
| parent | bc019c7389284e1c90b4e123a96a94897ea84733 (diff) | |
| download | vcpkg-8780614392b43d628a8f7905ff4f367bc1fa9881.tar.gz vcpkg-8780614392b43d628a8f7905ff4f367bc1fa9881.zip | |
Update EXAMPLES.md
Change "15" Preview reference to 2017
| -rw-r--r-- | docs/EXAMPLES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index c8bbdbefe..7331bd81c 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -92,7 +92,7 @@ Installing new libraries will make them instantly available. ``` *Note: You will need to restart Visual Studio or perform a Build to update intellisense with the changes.* -You can now simply use File -> New Project in Visual Studio 2015 or Visual Studio "15" Preview and the library will be automatically available. For Sqlite, you can try out their [C/C++ sample](https://sqlite.org/quickstart.html). +You can now simply use File -> New Project in Visual Studio 2015 or Visual Studio 2017 and the library will be automatically available. For Sqlite, you can try out their [C/C++ sample](https://sqlite.org/quickstart.html). To remove the integration for your user, you can use `.\vcpkg integrate remove`. |
