Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 30, 2016
1 parent 7f51ef1 commit 4a092ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# NeDB 3.0.0
## The JavaScript Database

# NeDB3
The JavaScript Database
**Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency**. API is a subset of MongoDB's and it's <a href="#speed">plenty fast</a>.

## Installation, tests
Module name on npm is `nedb3`.

```
npm install nedb3 --save # Put latest version in your package.json
yarn install nedb3
yarn add nedb3 # Or if you prefer yarnpkg
npm test # You'll need the dev dependencies to launch tests
```

Expand Down

0 comments on commit 4a092ce

Please sign in to comment.