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
commit b249d7c76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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++