From 94ded08dc0b357b1abf51f646d503129db345c36 Mon Sep 17 00:00:00 2001 From: Andrew Collier Date: Sat, 29 Oct 2022 06:59:06 +0100 Subject: [PATCH] fix: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1398798..a568dd3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ remove, copy, move, compare, transform, swap around and many other operations). - support **_in-place modifications_** of the input/source JSON file - features **_namespaces_**, facilitating interpolation of preserved JSON values in templates - supports **_buffered_** and **_streamed_** modes of input read - - sports **_concurrent_** input JSON reading/parsing (on multi-core CPU) + - supports **_concurrent_** input JSON reading/parsing (on multi-core CPU) - written entirely in **_C++14_**, no dependencies (STL only, idiomatic C++, **_no memory leaks_**) - extensively debuggable - conforms JSON specification ([json.org](http://json.org/index.html))