Skip to content

Commit ba4f297

Browse files
committed
docs: fix install script URL to use master branch
1 parent 25b0bdb commit ba4f297

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/Peng-YM/pdf-to-markdown/issues">
1111
<img src="https://img.shields.io/github/issues/Peng-YM/pdf-to-markdown?style=flat-square" alt="Issues">
1212
</a>
13-
<a href="https://github.com/Peng-YM/pdf-to-markdown/blob/main/LICENSE">
13+
<a href="https://github.com/Peng-YM/pdf-to-markdown/blob/master/LICENSE">
1414
<img src="https://img.shields.io/github/license/Peng-YM/pdf-to-markdown?style=flat-square" alt="License">
1515
</a>
1616
<a href="https://github.com/Peng-YM/pdf-to-markdown/releases">
@@ -37,7 +37,7 @@
3737
Linux/macOS:
3838

3939
```bash
40-
curl -fsSL https://raw.githubusercontent.com/Peng-YM/pdf-to-markdown/main/install.sh | bash
40+
curl -fsSL https://raw.githubusercontent.com/Peng-YM/pdf-to-markdown/master/install.sh | bash
4141
```
4242

4343
### 方法 2: 从 GitHub Release 下载

0 commit comments

Comments
 (0)