Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aladushkaoya authored May 24, 2021
1 parent ea22d84 commit e06311c
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 e06311c

Please sign in to comment.