Skip to content

Commit

Permalink
fix(doc): fixed sample code not working (maybe...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabbit0w0 committed Sep 11, 2024
1 parent 66ad507 commit 51dd809
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Implemented Standard: [authlib-injector](https://github.com/yushijinhun/authlib-
## Sample Code

```rust
use yggdrasil_authenticator::client::AuthClient;
use yggdrasil_authenticator::model::{AuthAgent, AuthProfile};

use yggdrasil_authenticator::auth_agent::AuthAgent;
use yggdrasil_authenticator::client::client::AuthClient;
use std::error::Error;

#[tokio::main]
Expand Down

0 comments on commit 51dd809

Please sign in to comment.