From 973fb4bdfb347f4946f1b6b562cba742fb30ee2a Mon Sep 17 00:00:00 2001 From: "Vladimir (Alkenso)" Date: Sat, 3 Aug 2019 03:13:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb129ca..0668529 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ asenum combines Enum and Variant: it allows to create lighweight wrapper around ## Features - each enum case can be associated with different type - values are immutable: totally thread-safe -- simple and powerful interface -- lightweight header-only single file library +- simple interface +- lightweight, header-only, single file library - requires only C++11 ## Example