diff --git a/README.md b/README.md index daac58b..0b177f9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ const enumeration = new RichEnumeration({ }) enumeration.value.TYPE_A // 0 -enumeration.text[0] // 'Type A'ga +enumeration.text[0] // 'Type A' enumeration.extra[0] // 'Extra info' enumeration.xxx[0] // 'xxx' ```