From 90d04fa60f4b83065799cba7f95c2a4b18db2ae6 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 27 Dec 2018 20:33:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 102015f4..692d2269 100644 --- a/README.md +++ b/README.md @@ -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.