Merge pull request #666 from Mengesh/patch-1

Update basics.md
This commit is contained in:
John Keiser
2020-04-01 10:54:01 -07:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ An overview of what you need to know to use simdjson, with examples.
Including simdjson
------------------
To include simdjson, copy [simdjson.h](singleheader/simdjson.h) and [simdjson.cpp](singleheader/simdjson.cpp)
To include simdjson, copy [simdjson.h](/singleheader/simdjson.h) and [simdjson.cpp](/singleheader/simdjson.cpp)
into your project. Then include it in your project with:
```c++