From fbff1bc201585745209f7d80fd89a0600d2723b4 Mon Sep 17 00:00:00 2001 From: Sueqkjs <68449029+Sueqkjs@users.noreply.github.com> Date: Mon, 27 Dec 2021 22:11:12 +0900 Subject: [PATCH] fixed spell I fixed the spelling because it didn't work~ (crying) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b42c844..432a93e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ All of which are optional except `type` with very logical default values. ### MongoDB -To use mongodb storage you must install the 'mongodb' pachage in npm +To use mongodb storage you must install the 'mongodb' package in npm `npm install mongodb` @@ -164,7 +164,7 @@ Once you've done that, your config section should look like: ``` json { - "type": "mongodb", + "type": "mongo", "connectionUrl": "mongodb://localhost:27017/database" } ```