fix readme

This commit is contained in:
Killer Boss Original 2023-02-23 10:46:26 +00:00
parent 234ef511fb
commit 0d1a44eb55

View file

@ -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()