Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit f15b628

Browse files
committed
docs: 📝 remove extra spaces in jsdelivr CDN sections in README files
1 parent b20cc0d commit f15b628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A tool for resetting the trial period of the Cursor Editor.
2626
irm https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.ps1 | iex
2727
```
2828

29-
**jsdelivr cdn **
29+
**jsdelivr cdn**
3030
```powershell
3131
irm https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.ps1 | iex
3232
```
@@ -38,7 +38,7 @@ irm https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.ps1 | ie
3838
curl -fsSL https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.sh | sh
3939
```
4040

41-
**jsdelivr cdn **
41+
**jsdelivr cdn**
4242
```bash
4343
curl -fsSL https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.sh | sh
4444
```

README_zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Cursor 编辑器试用期重置工具
2626
irm https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.ps1 | iex
2727
```
2828

29-
**jsdelivr cdn **
29+
**jsdelivr cdn**
3030
```powershell
3131
irm https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.ps1 | iex
3232
```
@@ -37,7 +37,7 @@ irm https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.ps1 | ie
3737
curl -fsSL https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.sh | sh
3838
```
3939

40-
**jsdelivr cdn **
40+
**jsdelivr cdn**
4141
```bash
4242
curl -fsSL https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.sh | sh
4343
```

0 commit comments

Comments
 (0)