Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
caojen committed Nov 16, 2023
1 parent a2127a9 commit be57a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Feel free to create a new issue if you have an example. PR is welcome.
google-oauth = { version = "1", features = ["blocking"] }
```

You can use `google_oauth::Client`[lib.rs](src%2Flib.rs) to validate tokens:
You can use `google_oauth::Client` to validate tokens:
```rust
use google_oauth::Client;

Expand All @@ -119,7 +119,7 @@ fn main() {

println!("Hello, I am {}", &payload.sub);
}
```[lib.rs](src%2Flib.rs)
```

> For full example, please view ./examples/blocking/
Expand Down

0 comments on commit be57a03

Please sign in to comment.