From 2a3165d66b20718d1da749c3b9cebb667df2e0e5 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sun, 15 Jan 2023 12:52:14 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c570ba5b..2b87c2ba 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,11 @@ Clone the vcpkg repo. Make sure you are in the directory you want the tool insta ``` git clone https://github.com/Microsoft/vcpkg.git ``` -Run the bootstrap script to build vcpkg. +Run the bootstrap script to build the vcpkg. ``` ./bootstrap-vcpkg.sh ``` -Install ThorVG package. +Install the ThorVG package. ``` ./vcpkg install thorvg ```