diff --git a/src/Strinum/README.md b/src/Strinum/README.md index 4e31caa..ff63d9d 100644 --- a/src/Strinum/README.md +++ b/src/Strinum/README.md @@ -1,3 +1,7 @@ +# Strinum + +Versatile source code tool designed to automate the generation of stringification extension methods for enum types. By intelligently scanning your source code, this generator identifies enum types and creates streamlined methods for converting enum members to human-readable string representations. Improve code readability, simplify debugging, and boost productivity with EnumStringifyGenerator – the essential companion for enum handling in your projects. + ## Usage The `Stringify()` extension method is generated for each enum type in your source code. If you call it on an enum member, it will return the member represented as a string.