]> code.bitgloo.com Git - clyne/constexpr-to-string.git/commitdiff
Described new changes
authorclyne <clyne@bitgloo.com>
Fri, 26 Jun 2020 17:14:54 +0000 (13:14 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2020 17:14:54 +0000 (13:14 -0400)
README.md

index 03470da9a358372bcad838e1f05cc3daaf91fc9f..9b9aeeb751135f45cd92166ae83894f06121ef0c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
 **Features:**
 
 * Convert any integral type to a string at compile-time
-* String can be in binary, hexadecimal, or any base in-between
-* No external dependencies, only includes `type_traits` for type-checking
+* Supports converting to any base between 2 and 36 inclusive
+* No external dependencies, only includes `type_traits` for template parameter checking
 * Works best in C++20 GCC or C++17/20 Clang
 
 **How to use:**