Update README.md

This commit is contained in:
Daniel Lemire 2018-12-27 20:33:35 -05:00 committed by GitHub
parent 5c6e156ea0
commit 90d04fa60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# simdjson : Parsing gigabytes of JSON per second
# A C++ library to see how fast we can parse JSON with complete validation.
## A C++ library to see how fast we can parse JSON with complete validation.
Goal: Speed up the parsing of JSON per se.