Correction README.MD

This commit is contained in:
Nikiroy78 2021-11-03 22:37:46 +03:00 committed by GitHub
parent 474f42cde4
commit 82aee0ab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ git clone https://github.com/Nikiroy78/SQLEasy.js.git
import database object in your project
``` javascript
const SQLEasy = require('SQLEasy.js');
var database = SQLEasy.database('/path/to/database.db');
var database = new SQLEasy.database('/path/to/database.db');
```
This object have 4 methods: add, remove, set, get
### get