fix readme
This commit is contained in:
parent
234ef511fb
commit
0d1a44eb55
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ With **npm**:
|
|||
#### Setup
|
||||
|
||||
```js
|
||||
const { MapDB } = require('mit.db')
|
||||
const db = new MapDB('database.json') // this is the save file's name + extension
|
||||
const MitDB = require('mit.db')
|
||||
const db = new MitDB('database.json') // this is the save file's name + extension
|
||||
```
|
||||
|
||||
#### set()
|
||||
|
|
Loading…
Reference in a new issue