Skip to content

Commit 56cd15a

Browse files
committed
修改英文文档
1 parent 6bbbfb0 commit 56cd15a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README_EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The main pursuit of this project is reasonable formatting and diagnosis of vario
1010

1111
In addition to providing language service examples, the project also provides an independent command line tool CodeFormat, which can be used for batch code formatting and code style checking (there are still many problems, you can modify it yourself).
1212

13-
## 文档
13+
## Document
1414

1515
* [Introduction to formatting behavior](docs/format_action_EN.md)
1616
* [How to configure formatting](docs/format_config_EN.md)
@@ -23,9 +23,9 @@ Any pr or issue are welcome
2323
## Build
2424

2525
If you want to compile the project yourself, make sure that your compiler can basically support C++20:
26-
* VS2019 16.10以上
27-
* gcc 10以上
28-
* clang 10以上
26+
* VS2019 16.10 and above
27+
* gcc 10 and above
28+
* clang 10 and above
2929

3030
```
3131
mkdir build && cd build

0 commit comments

Comments
 (0)