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', },