Skip to content

Commit 0e40335

Browse files
committed
fix: use correct gh api command for starring repository
1 parent 657a4ea commit 0e40335

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.ko.md

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

393393
```bash
394-
gh repo star first-fluke/fullstack-starter
394+
gh api --method PUT /user/starred/first-fluke/fullstack-starter --input /dev/null
395395
```

README.md

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

393393
```bash
394-
gh repo star first-fluke/fullstack-starter
394+
gh api --method PUT /user/starred/first-fluke/fullstack-starter --input /dev/null
395395
```

0 commit comments

Comments
 (0)