Skip to content

Commit 6de36c0

Browse files
fix docs
1 parent 236cf89 commit 6de36c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The client has two main operational modes:
5252
Use the `OauthClient` to generate access tokens for API access:
5353

5454
```rust
55-
use openapi_client::OauthClient;
55+
use openapi_sdk::OauthClient;
5656
use serde::{Deserialize, Serialize};
5757

5858
#[derive(Debug, Serialize, Deserialize)]
@@ -89,7 +89,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
8989
Use the `Client` to make API calls with your access tokens:
9090

9191
```rust
92-
use openapi_client::Client;
92+
use openapi_sdk::Client;
9393
use serde::Serialize;
9494
use std::collections::HashMap;
9595

0 commit comments

Comments
 (0)