From 4995a4f70335873f1050bcb6b0e040a3e9e88688 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Mon, 30 Oct 2017 13:19:35 +0100 Subject: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b941f74..fd7d142 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If memory footprint is really a critical issue, floating point support can be tu When using printf (instead of sprintf) you have to provide your own `_putchar()` low level function as console output. -## Design goals +## Highligths and design goals There is a boatload of so called 'tiny' printf implementations around. So why this one? I've tested many implementations, but most of them have very limited flag/specifier support, a lot of other dependencies or are just not standard compliant and failing the test suite. -- cgit v1.2.3