From 9f22e839591766ad33c4383ece6bd0df3b8ff8ce Mon Sep 17 00:00:00 2001 From: David Dight Date: Sun, 31 Mar 2024 20:39:50 +1100 Subject: [PATCH] updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7323cf7b..283c9dd6 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ ## Supercharge Your C++ Enums with This Lightweight Reflection Library! Based on the awesome work of [`magic_enum`](https://github.com/Neargye/magic_enum)[^2], this library offers a streamlined and powerful -way to add reflection capabilities to your C++ enums. We've optimized the core functionality, focusing on the -features developers really need while enhancing them for a more efficient and expressive experience. +way to add reflection capabilities to your C++ enums. We've optimized the core functionality, focusing on the main +features developers usually need while enhancing them for a more efficient and expressive experience. ## Embrace the Future with C++20