diff options
author | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-18 16:21:51 +0100 |
---|---|---|
committer | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-18 16:22:53 +0100 |
commit | 82de777afb99aa4129abcb01da76bf62e7b45263 (patch) | |
tree | 69f63564a622617a1105302a54d2dc3690224be6 | |
parent | 78da8bc77f273dc3c05c9b22b3bf851aff0c69c0 (diff) | |
download | unja-82de777afb99aa4129abcb01da76bf62e7b45263.tar.gz unja-82de777afb99aa4129abcb01da76bf62e7b45263.zip |
add travis shield to readme
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,9 +1,10 @@ -Unja -===== +Unja [![Build Status](https://img.shields.io/travis/dannyvankooten/unja/master)](https://travis-ci.org/dannyvankooten/unja) + [![License: MIT](https://img.shields.io/github/license/dannyvankooten/unja)](https://github.com/dannyvankooten/unja/blob/master/LICENSE) +========== -Unja is (an attempt at) a template engine for C, inspired by Jinja and Liquid. +A template engine for C, inspired by Jinja and Liquid. -This is nowhere near being stable right now. +**This is nowhere near being stable right now!** ### Example |