From: clyne Date: Fri, 26 Jun 2020 17:14:54 +0000 (-0400) Subject: Described new changes X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=5510e86a96746ca4edd38bc41bf16e57fc619df6;p=clyne%2Fconstexpr-to-string.git Described new changes --- diff --git a/README.md b/README.md index 03470da..9b9aeeb 100644 --- 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:**