Skip to content

Commit

Permalink
doc: fix readme crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg authored Dec 16, 2023
1 parent 5fbd0ea commit 0197963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enum LinkTypes {
5. Setup a prefix index

```rust
use prefix_index::PrefixIndex;
use hc_prefix_index::PrefixIndex;

let index = PrefixIndex::new("demo_index".into(), LinkTypes::PrefixIndex, 3, 3)?;
```
Expand Down

0 comments on commit 0197963

Please sign in to comment.