Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit a4e4f17

Browse files
committed
fix: update readme
1 parent 83b160b commit a4e4f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ iotdb = "0.0.2"
2929
```rust
3030
use thrift::Error;
3131

32-
use iotdb::client::Client;
3332
use iotdb::pretty;
34-
use iotdb::session::Session;
33+
use iotdb::Client;
34+
use iotdb::Session;
3535
use std::collections::HashMap;
3636

3737
fn main() -> Result<(), Error> {

0 commit comments

Comments
 (0)