From 2be2bafc2672518ea9937ba58b325e93c27154d8 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 4 Apr 2019 10:37:45 +0200 Subject: [PATCH] Requirements updated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d58ee28..d1ad53ce 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ static_assert(2_km / 2_kmph == 1_h); - compiler errors - debugging 3. No macros in the user interface -4. No external dependencies -5. Possibility to be standardized as a part of C++ Standard Library +4. Easy extensibility +5. No external dependencies +6. Possibility to be standardized as a part of C++ Standard Library ## Basic Concepts