aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:33:38 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:33:38 -0700
commit39c70573df301fb5e4297abbc7f05cc05c0af0a4 (patch)
tree640f7898e4f65bd6ecf2a9de663398d687cac2aa /README.md
parent91ec5c430131b3364a8cd076e02570e2e99dfb71 (diff)
downloadvcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.tar.gz
vcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.zip
Update documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bd68fafd9..ddfa70357 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Vcpkg <a href="#">![](https://devdiv.visualstudio.com/_apis/public/build/definitions/0bdbc590-a062-4c3f-b0f6-9383f67865ee/8476/badge)</a>
## Overview
-Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are currently in a preview state; your involvement is vital to its success!
+Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement are vital to its success!
For short description of available commands, run `vcpkg help`.
@@ -37,7 +37,7 @@ The best way to use installed libraries with CMake is via the toolchain file `sc
In Visual Studio, you can create a New Project (or open an existing one). All installed libraries are immediately ready to be `#include`'d and used in your project without additional configuration.
-For more information, see our [using a package](docs/examples/using-sqlite.md) example for the specifics.
+For more information, see our [using a package](docs/examples/using-sqlite.md) example for the specifics.
Additional notes on macOS and Linux support can be found in the [official announcement](https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/).