Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Dec 2, 2023
1 parent 870d834 commit 2754e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ use lsm_tree::{Config, Tree};

let folder = "data";

// A tree is a single logical keyspace/index/... and supports a BTreeMap-like API, but all data is persisted to disk.
// A tree is a single logical keyspace/index/...
// and supports a BTreeMap-like API
// but all data is persisted to disk.
let tree = Config::new(folder).open()?;

tree.insert("my_key", "this is the actual value of the object")?;
Expand Down

0 comments on commit 2754e7d

Please sign in to comment.