diff --git a/README.md b/README.md index 31d59ff..e06af5f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To use the generator, add the `[EnumExtensions]` attribute to an enum. For examp ```csharp [EnumExtensions] -public MyEnum +public enum MyEnum { First, Second,