Skip to content

Commit e69a87d

Browse files
committed
docs(README): Fix incorrect code blocks
1 parent 7e5f973 commit e69a87d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Visit <https://pcmanager.microsoft.com> to download and experience the latest ve
4242

4343
- **Windows**:
4444

45-
```Batch
45+
```Batchfile
4646
py.exe -3.14 -m venv .venv
4747
".venv\Scripts\activate"
4848
```
@@ -61,7 +61,7 @@ Visit <https://pcmanager.microsoft.com> to download and experience the latest ve
6161

6262
4. Install the pip Packages
6363

64-
```Batch
64+
```Batchfile
6565
python -m pip install --upgrade pip
6666
pip install -r requirements.txt
6767
```

docs/README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please Select Your Language to Continue
4242

4343
- **Windows**:
4444

45-
```Batch
45+
```Batchfile
4646
py.exe -3.14 -m venv .venv
4747
".venv\Scripts\activate"
4848
```
@@ -61,7 +61,7 @@ Please Select Your Language to Continue
6161

6262
4. 安装依赖包
6363

64-
```Batch
64+
```Batchfile
6565
python -m pip install --upgrade pip
6666
pip install -r requirements.txt
6767
```

docs/README.zh-Hant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please Select Your Language to Continue
4242

4343
- **Windows**:
4444

45-
```Batch
45+
```Batchfile
4646
py.exe -3.14 -m venv .venv
4747
".venv\Scripts\activate"
4848
```
@@ -61,7 +61,7 @@ Please Select Your Language to Continue
6161

6262
4. 安裝套件包
6363

64-
```Batch
64+
```Batchfile
6565
python -m pip install --upgrade pip
6666
pip install -r requirements.txt
6767
```

0 commit comments

Comments
 (0)