Skip to content

Commit 460ca91

Browse files
committed
update README.md
1 parent 846b2a6 commit 460ca91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ go get -u github.com/WindomZ/leetcode-init/...
1717
Take the first problem([1. Two Sum](https://leetcode.com/problems/two-sum/description/)) for example:
1818

1919
```bash
20-
leetcode-init -t 'Two Sum'
20+
leetcode-init -k 1
2121
# or
22-
leetcode-init -t two-sum
22+
leetcode-init -k two-sum
23+
# or
24+
leetcode-init -k 'Two Sum'
2325
# or
2426
leetcode-init -u 'https://leetcode.com/problems/two-sum'
2527
```

0 commit comments

Comments
 (0)