From 20568660ddc9fdabcbbf4797c9aeb18bcc1e69d8 Mon Sep 17 00:00:00 2001 From: terik23 Date: Wed, 10 Apr 2019 21:24:47 +0500 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 18ea17d..a257c19 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,9 @@ Header-only C++17 library provides static reflection for enums, work with any en * Header-only * Dependency-free * Compile-time -* Static reflection on enums * Enum to string * String to enum -* Work with any enum type -* Without any macro or boilerplate code +* Iterating over enum ## [Examples](example/example.cpp)