From 4551f1f4def12f59bc5ce817e9425dae2f1918ec Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 9 Jun 2020 06:56:04 +0800 Subject: [PATCH] update --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70a7c14..a02e811 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tweekdb -the flat-file, in-memory, remote-sync or hybrid db that is as lightning as you configure it to be. +The flat-file, in-memory, remote-sync or hybrid db that is as lightning as you configure it to be. ![cd-img] ![dep-img] ![sz-img] diff --git a/package.json b/package.json index 1e3df51..3bcdcdd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tweekdb", "version": "1.0.4", - "description": "flat-file, in-memory or remote-sync db that is as lightning as you configure it to be", + "description": "The flat-file, in-memory, remote-sync or hybrid db that is as lightning as you configure it to be.", "main": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"