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 2754e7d commit cc61127
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 @@ -14,7 +14,7 @@ let folder = "data";
// 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")?;
tree.insert("my_key", "my_value")?;

let item = tree.get("my_key")?;
assert!(item.is_some());
Expand Down

0 comments on commit cc61127

Please sign in to comment.