Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok committed Sep 18, 2024
1 parent 5fc4229 commit a4fffb6
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 @@ -242,7 +242,7 @@ let's say 10000, the following snippet should do:

```rust
let db = Arc::new(GroveDb::open("db").unwrap());
db.start_visualzier(10000);
db.start_visualizer(10000);
```

Just remember to use Arc because the HTTP server might outlast the GroveDB instance.
Expand Down

0 comments on commit a4fffb6

Please sign in to comment.