Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Oct 18, 2023
1 parent 3e588f8 commit d4482a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lowdb [![](http://img.shields.io/npm/dm/lowdb.svg?style=flat)](https://www.npmjs.org/package/lowdb) [![Node.js CI](https://github.com/typicode/lowdb/actions/workflows/node.js.yml/badge.svg)](https://github.com/typicode/lowdb/actions/workflows/node.js.yml)

> Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. 🦉
> Simple to use type-safe local JSON database 🦉
```js
// Read or create db.json
Expand All @@ -24,8 +24,6 @@ db.write()
}
```

If you like lowdb, please [sponsor](https://github.com/sponsors/typicode).

## Sponsors

<br>
Expand Down

0 comments on commit d4482a5

Please sign in to comment.