mirror of
https://github.com/pantor/inja.git
synced 2026-05-20 03:05:23 +00:00
Fix json link, add releases badge
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[](https://ci.appveyor.com/project/pantor/inja)
|
||||
[](https://coveralls.io/r/pantor/inja)
|
||||
[](https://www.codacy.com/app/pantor/inja?utm_source=github.com&utm_medium=referral&utm_content=pantor/inja&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/pantor/inja/releases)
|
||||
[](http://github.com/pantor/inja/issues)
|
||||
[](https://raw.githubusercontent.com/pantor/inja/master/LICENSE)
|
||||
|
||||
@@ -21,7 +22,7 @@ inja::render("Hello {{ name }}!", data); // "Hello World!"
|
||||
|
||||
## Integration
|
||||
|
||||
Inja is a headers only library, which can be downloaded in the releases or directly from the `src/` folder. Inja uses json by nlohmann as its single dependency, so make sure that it is included before inja. json can be downloaded.
|
||||
Inja is a headers only library, which can be downloaded in the releases or directly from the `src/` folder. Inja uses json by nlohmann as its single dependency, so make sure that it is included before inja. json can be found [here](https://github.com/nlohmann/json/releases).
|
||||
|
||||
```c++
|
||||
#include "json.hpp"
|
||||
|
||||
Reference in New Issue
Block a user