From 6cefdc2f5cd7efdcd312d979d585ef1cd1ecca4a Mon Sep 17 00:00:00 2001 From: Stenal P Jolly Date: Mon, 23 Dec 2019 21:38:55 +0530 Subject: [PATCH] Fix README typo (#407) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246154f7e..3b146103f 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ As needed, the `json_parse` and `build_parsed_json` functions copy the input dat **API and detailed documentation found [here](doc/JsonStream.md).** -Here is a simple exemple, using single header simdjson: +Here is a simple example, using single header simdjson: ```cpp #include "simdjson.h" #include "simdjson.cpp"