summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-29 23:54:57 +0800
committerruki <[email protected]>2021-10-29 23:54:57 +0800
commitb876a04a87a87db33f427ff894ae74a2431d5299 (patch)
treef2c53051070b97685133a5d73377067a9d5a8bb4
parent5db0e363896320b0cde42dd857a61941176df6e6 (diff)
update readme
-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