From c0905697516c3fe5472e534c25f216a41c099aa0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 8 Jul 2020 08:01:36 -0700 Subject: [PATCH] Update readme --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6437227b..ec58ccef 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ :target: https://ci.appveyor.com/project/vitaut/fmt .. image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfmt.svg - :alt: fmt is continuously fuzzed att oss-fuzz + :alt: fmt is continuously fuzzed at oss-fuzz :target: https://bugs.chromium.org/p/oss-fuzz/issues/list?\ colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20\ Summary&q=proj%3Dlibfmt&can=1 @@ -286,7 +286,8 @@ Projects using this library * `HarpyWar/pvpgn `_: Player vs Player Gaming Network with tweaks -* `KBEngine `_: An open-source MMOG server engine +* `KBEngine `_: An open-source MMOG server + engine * `Keypirinha `_: A semantic launcher for Windows @@ -403,7 +404,7 @@ Boost Format This is a very powerful library which supports both ``printf``-like format strings and positional arguments. Its main drawback is performance. According to -various benchmarks it is much slower than other methods considered here. Boost +various, benchmarks it is much slower than other methods considered here. Boost Format also has excessive build times and severe code bloat issues (see `Benchmarks`_).