From 2b0dcc9cfd1be7dc2401f92e3bc74ad4566ddd99 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 26 Jun 2020 21:34:40 +0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70bba7..6ae8223 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Header-only C++17 library provides static reflection for enums, work with any en ```cpp // For example color enum. -enum Color { RED = 2, BLUE = 4, GREEN = 8 }; +enum class Color { RED = 2, BLUE = 4, GREEN = 8 }; ``` * Enum value to string