Skip to content

Commit

Permalink
Code example consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom authored Jun 17, 2021
1 parent d78a486 commit d27a9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Delete Value:

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

0 comments on commit d27a9f9

Please sign in to comment.