aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuliy V. Chirkov <juliyvchirkov@gmail.com>2021-01-08 14:21:44 +0200
committerGitHub <noreply@github.com>2021-01-08 13:21:44 +0100
commit0e8afdc968f3b7c891379e558b8dcaf42d93703b (patch)
treec049355d4dc6cac98fa154274ce3d79f7a00214e /README.md
parent4969984a95534a508f93b38c74d150e86ef333f4 (diff)
downloadbrotli-0e8afdc968f3b7c891379e558b8dcaf42d93703b.zip
brotli-0e8afdc968f3b7c891379e558b8dcaf42d93703b.tar.gz
brotli-0e8afdc968f3b7c891379e558b8dcaf42d93703b.tar.bz2
typo fix (#868)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bacbbc..f08d04a 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ You can download and install brotli using the [vcpkg](https://github.com/Microso
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
- vcpkg install brotli
+ ./vcpkg install brotli
The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.