From f900953621b23762a9be854d07d2cb568cdd7c97 Mon Sep 17 00:00:00 2001 From: Fabio Pellacini Date: Wed, 23 Jun 2021 23:23:39 +0200 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d95c2b..4808c6a 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,11 @@ target_link_libraries(myprogram PUBLIC fast_float) ## Using as single header -The script `amalgamate.py` may be used to generate a single header version of the library is so desired. +The script `scripts/amalgamate.py` may be used to generate a single header +version of the library if so desired. Just run the script from the root directory of this repository. -You can customize the license type and output file is desired as described in the command line help. +You can customize the license type and output file if desired as described in +the command line help. ## Credit