Skip to content

Commit 299dfcd

Browse files
authored
Update README.md (simdjson#486)
1 parent 76c7066 commit 299dfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ As needed, the `json_parse` and `build_parsed_json` functions copy the input dat
206206

207207

208208

209-
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.
209+
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.
210210

211211
**API and detailed documentation found [here](doc/JsonStream.md).**
212212

0 commit comments

Comments
 (0)