Update basics.md

Fix links to singleheader .h and .cpp
This commit is contained in:
Marko Radišić 2020-04-01 17:13:53 +02:00 committed by GitHub
parent 5b2f7d3374
commit 4060f64232
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++