diff --git a/README.md b/README.md index d4ca2c9..c3ec80c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ VolumeUnitEnum::labelFor(VolumeUnitEnum::TONNE); // "t" {{ VolumeUnitEnum::KILOGRAMS }} // "kg" ``` -If you do not specify a label in the lang file these methods will return the value assigned to the enum inside the enum file. e.g MILLIGRAMS label will be MILLIGRAMS +If you do not specify a label in the lang file these methods will return the value assigned to the enum inside the enum file. e.g MILLIGRAMS label will be milligrams. ### Meta data