diff --git a/README.md b/README.md index c826bc3..2035bfe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ const SQLEasy = require('SQLEasy.js'); var database = new SQLEasy.database('/path/to/database.db'); ``` This object have 4 methods: add, remove, set, get +## Methods of SQLEasy object ### get This method getting date from included database ```javascript