From 8d5fb1cca90ff91e5fe459edc53a004639d2aa1a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 6 Dec 2021 10:41:50 -0600 Subject: [PATCH] docs: update readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0707c64a..dd554174 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ sudo node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true # Inside GitHub Actions -Here is a complete cross-platform example that tests llvm and gcc. It also uses cmake, ninja, vcpkg, cppcheck, and ccache. +Here is a complete cross-platform example that tests llvm, gcc, and msvc. It also uses cmake, ninja, vcpkg, and cppcheck. `.github/workflows/ci.yml`: