From 299dfcdd3c52be69e2957b629f58b0d2752f65ed Mon Sep 17 00:00:00 2001 From: Yufei Huang Date: Fri, 7 Feb 2020 20:56:16 +0800 Subject: [PATCH] Update README.md (#486) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1c8944..1c8c2137 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ As needed, the `json_parse` and `build_parsed_json` functions copy the input dat -The simdjson library also support multithreaded JSON streaming through a large file containing many smaller JSON documents in either [ndjson](http://ndjson.org) on [JSON lines](http://jsonlines.org) format. We support files larger than 4GB. +The simdjson library also support multithreaded JSON streaming through a large file containing many smaller JSON documents in either [ndjson](http://ndjson.org) or [JSON lines](http://jsonlines.org) format. We support files larger than 4GB. **API and detailed documentation found [here](doc/JsonStream.md).**