From 56447eb1d6d0a404461511a5c72410816b236827 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 30 Mar 2022 20:21:23 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56f3241..57ca902 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Bill (Heath) Gates 65 3.3 # Single header -The library can be used as a single header file as **`ssp.hpp`**, but it sufferes a slight performance loss when converting floating point values since the **`fast_float`** library is not present within the file. +The library can be used with a single header file **`ssp.hpp`**, but it sufferes a slight performance loss when converting floating point values since the **`fast_float`** library is not present within the file. # Installation @@ -82,8 +82,8 @@ $ cmake --configure . $ sudo make install ``` -*Note, this will also install the fast_float library* -The library supports [CMake](#Cmake) and [meson](#Meson) build systems +*Note, this will also install the fast_float library* +The library supports [CMake](#Cmake) and [meson](#Meson) build systems # Usage