Update JsonStream.md : simple typo (#413)

Exemple to example.
This commit is contained in:
Nexus Web Development 2019-12-23 11:35:09 -05:00 committed by Daniel Lemire
parent 6cefdc2f5c
commit f2b48ede4c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ To use concurrency mode, tell the compiler to enable threading mode:
**Note:** The JsonStream API remains the same whether you are using the threaded version or not.
## Example
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"