Skip to content

Commit 9433e28

Browse files
committed
fix: simplify gh api star command
1 parent a9e2501 commit 9433e28

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.ko.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,5 @@ MIT
391391
또는 스타를 남겨주세요:
392392

393393
```bash
394-
# 먼저 확장 설치: gh extension install maggie-j-liu/gh-star
395-
gh star first-fluke/fullstack-starter
394+
gh api --method PUT /user/starred/first-fluke/fullstack-starter
396395
```

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,5 @@ If this project helped you, please consider buying me a coffee!
391391
Or leave a star:
392392

393393
```bash
394-
# Install extension first: gh extension install maggie-j-liu/gh-star
395-
gh star first-fluke/fullstack-starter
394+
gh api --method PUT /user/starred/first-fluke/fullstack-starter
396395
```

0 commit comments

Comments
 (0)