From c1c635a56e5f134f5be8ce5156a3b747db151f55 Mon Sep 17 00:00:00 2001 From: Nikiroy78 <35032449+Nikiroy78@users.noreply.github.com> Date: Sun, 25 Jul 2021 16:31:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657e015..afa937b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Using add method in your code (from your simply, we used old date from last data const sqlite = require('SQLEasy.js'); var database = sqlite.database('/path/to/database.db'); -database.add('table', {'ID': 4, 'content': 'test example, from fucking tests :)'}) +database.add('table', [{'ID': 4, 'content': 'test example, from fucking tests :)'}]) console.log(database.get('table')); ``` output...