Skip to content

Commit

Permalink
Merge pull request #24 from nyshokk/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
Tom authored Jun 17, 2021
2 parents ea22d84 + e06311c commit d78a486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ db.set("key", "value").save();
Delete Value:

```js
db.delete("key");
db.get("key").delete();
db.save();
// before: {'key': 'value', 'key2': 'value2'}
// after: {'key2': 'value2'}
```
Expand Down

0 comments on commit d78a486

Please sign in to comment.