aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-12-28 12:47:23 +0100
committerMarco Paland <marco@paland.com>2018-12-28 12:47:23 +0100
commit3f162dbdd3766599c70940b3a56c995147fbd1bc (patch)
tree60f275eb8273a8c1484c0981ea3ab9e0fc1d4b1c
parentd46b3d2b253776a332f0f0a115a5a71a2f34e923 (diff)
downloadprintf-3f162dbdd3766599c70940b3a56c995147fbd1bc.tar.gz
printf-3f162dbdd3766599c70940b3a56c995147fbd1bc.tar.bz2
printf-3f162dbdd3766599c70940b3a56c995147fbd1bc.zip
chore(readme): updated readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33031e9..dfc2cf4 100644
--- a/README.md
+++ b/README.md
@@ -180,8 +180,10 @@ Running with the `--wait-for-keypress exit` option waits for the enter key after
## Projects Using printf
-- [turnkey-board](https://github.com/mpaland/turnkey-board) uses printf as log and generic display formatting/output.
-(Just send me a mail/issue to get your project listed here)
+- [turnkeyboard](https://github.com/mpaland/turnkeyboard) uses printf as log and generic tty (formatting) output.
+- printf is part of [embeddedartistry/libc](https://github.com/embeddedartistry/libc), a libc targeted for embedded systems usage.
+
+(Just send me a mail/issue/PR to get *your* project listed here)
## Contributing