From dffbb8cb49d20c78882343b7501e3a30e4fd6c77 Mon Sep 17 00:00:00 2001 From: Manitas Bahri Date: Sun, 12 Nov 2023 15:16:59 +0100 Subject: [PATCH] fix typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f8479f..6714b85 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ You can download and install matplotlib-cpp using the [vcpkg](https://github.com cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install - vcpkg install matplotlib-cpp + ./vcpkg install matplotlib-cpp The matplotlib-cpp 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.