From 0fde1cf94c26ede7fa267f4b64c0efe5da81a77a Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sat, 13 Feb 2016 22:43:41 +0100 Subject: [PATCH] try it online button --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39983e..ff806c8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ mstch is a complete implementation of [{{mustache}}](http://mustache.github.io/) templates using modern C++. It's compliant with [specifications](https://github.com/mustache/spec) v1.1.3, including the lambda module. +[![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](http://melpon.org/wandbox/permlink/EqyOe7IBRYPGVk5f) [![GitHub version](https://badge.fury.io/gh/no1msd%2Fmstch.svg)](http://badge.fury.io/gh/no1msd%2Fmstch) [![Build Status](https://travis-ci.org/no1msd/mstch.svg?branch=master)](https://travis-ci.org/no1msd/mstch) [![Build status](https://ci.appveyor.com/api/projects/status/d6mxp0uba5646x16?svg=true)](https://ci.appveyor.com/project/no1msd/mstch)