diff --git a/README.md b/README.md index 0082d3dc..6c22e777 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ # 2. Introduction ## a) Supercharge Your C++ Enums with This Lightweight Reflection Library! -Based on some of the awesome work in [`magic_enum`](https://github.com/Neargye/magic_enum)[^2] and [`boost::describe`](https://github.com/boostorg/describe), +Based on the awesome work in [`magic_enum`](https://github.com/Neargye/magic_enum)[^2] and [`boost::describe`](https://github.com/boostorg/describe), this library offers a streamlined and powerful way to add reflection capabilities to your C++ enums and other types. We've optimized the core functionality, focusing on the main features developers usually want while enhancing and expanding them for a more efficient and expressive experience. We've also added general purpose type reflection for any type.