Fix README typo (#407)
This commit is contained in:
parent
29e78413fe
commit
6cefdc2f5c
|
@ -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).**
|
**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
|
```cpp
|
||||||
#include "simdjson.h"
|
#include "simdjson.h"
|
||||||
#include "simdjson.cpp"
|
#include "simdjson.cpp"
|
||||||
|
|
Loading…
Reference in New Issue