summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c1350bfb..fe3fa6864 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
```bash
$ xmake show -l toolchains
xcode Xcode IDE
-vs VisualStudio IDE
+msvc Microsoft Visual C/C++ Compiler
yasm The Yasm Modular Assembler
clang A C language family frontend for LLVM
go Go Programming Language Compiler
diff --git a/README_zh.md b/README_zh.md
index 006d413e1..5fa08e133 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -224,7 +224,7 @@ $ xmake f --menu
```bash
$ xmake show -l toolchains
xcode Xcode IDE
-vs VisualStudio IDE
+msvc Microsoft Visual C/C++ Compiler
yasm The Yasm Modular Assembler
clang A C language family frontend for LLVM
go Go Programming Language Compiler