From 47a6eaaf6b9f99194b6f21a3a104c0a551c39f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=B6ppach?= Date: Tue, 5 Dec 2023 21:48:20 +0100 Subject: [PATCH] Add punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e409dc4..1df9f7b 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ Computer Vision * [mini-printf](https://github.com/ldoolitt/mini-printf) - Minimal printf() implementation for embedded projects. * [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set. * [fmt](https://github.com/fmtlib/fmt) - Modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams. -* [emio](https://github.com/Viatorus/emio) - std::format like formatting with very small binary footprint using C++20 +* [emio](https://github.com/Viatorus/emio) - std::format like formatting with very small binary footprint using C++20. ### scanf