From 2e1151aeaa977c97de8e5d687b236793d2d64578 Mon Sep 17 00:00:00 2001 From: German Smirnov Date: Fri, 26 Jun 2020 14:45:39 +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 24a0e621..08b5fc73 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Variable Namings // _id: field... type: { type: String, - require: true, + required: true, enum: (Object.keys(enumCharacterType): Array), description: 'Character type Droid or Person', },