Skip to content

Commit c99baea

Browse files
committed
fix readme example
1 parent fea992c commit c99baea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

turboshake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ these functions do not implement `Digest`, so lower-level traits have to
1717
be imported:
1818

1919
```rust
20-
use turbo_shake::TurboShake128;
21-
use turbo_shake::digest::{Update, ExtendableOutput, XofReader};
20+
use turboshake::TurboShake128;
21+
use turboshake::digest::{Update, ExtendableOutput, XofReader};
2222
use hex_literal::hex;
2323

2424
// With the default domain separator.

0 commit comments

Comments
 (0)