Updated conan (markdown)

Daniel Lemire 2020-08-11 12:17:40 -04:00
parent 4db947cdc5
commit 14498c5499
1 changed files with 1 additions and 1 deletions

@ -2,6 +2,6 @@ The simdjson library is available as a conan package. You may use it as a depend
```
echo -e "[requires]\nsimdjson/0.4.7" > conanfile.txt`
echo -e "[requires]\nsimdjson/0.4.7" > conanfile.txt
conan install .
```