Skip to content

Commit f258b8f

Browse files
committed
typo
1 parent 3bcc1ae commit f258b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This Rust library provides a convenient way to interact with the LeetCode API, a
1111
Add the following line to your `Cargo.toml` file:
1212
```toml
1313
[dependencies]
14-
leetcode-api = "0.1.1"
14+
leetcode-api = "0.1.2"
1515
```
1616
## Usage
1717
### Authentication
@@ -41,6 +41,7 @@ async fn main() {
4141
//max show notes limit is 2763; default is 5
4242
.set_note_limit(3)
4343
.set_status(leetcoderustapi::Status::Solved)
44+
//max tags over 50+
4445
.set_tags(vec![
4546
leetcoderustapi::Tags::Array,
4647
leetcoderustapi::Tags::BinarySearch,

0 commit comments

Comments
 (0)