From f32ba2bd447299a7a6314d996a31e8dbbad3f24c Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 5 Mar 2020 11:50:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d926d0..77b21b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![alt text](https://repository-images.githubusercontent.com/109342299/36907e80-5ecc-11ea-93cf-11f46ad8d01d) -> MongOGX is a simple JavaScript based document store/database inspired by MongoDB. It supports local storage, session stoage and application data storage (via [Cordova](https://github.com/apache/cordova) - [cordova-plugin-file](https://github.com/apache/cordova-plugin-file)) storage modes. +> MongOGX is a simple JavaScript based document store/database inspired by MongoDB. It supports local storage, session storage and application data storage (via [Cordova](https://github.com/apache/cordova) - [cordova-plugin-file](https://github.com/apache/cordova-plugin-file)) storage modes. > It also supports encryption (via code.google.com/p/crypto-js - included in this repo). Check out the [Wiki](https://github.com/globules-io/mongogx/wiki)