From 743d9183b56c854097532b7da28621f4b5d8effa Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Sun, 1 Jun 2014 13:50:15 +0800 Subject: [PATCH] Add build status to read me --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index dee93fbc..5eac88b6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,7 @@ # DotLiquid +[![Build status](https://ci.appveyor.com/api/projects/status/itsl3a6ludjah4o3)](https://ci.appveyor.com/project/tgjones/dotliquid) + ### What is this? DotLiquid is a .NET 3.5 port of the popular [Ruby Liquid templating language](http://www.liquidmarkup.org). It is a separate project that aims to retain the same template syntax as the original, while using .NET coding conventions where possible. @@ -37,4 +39,4 @@ For more information about the original Liquid project, see "hi tobi" \ No newline at end of file + template.Render(Hash.FromAnonymousObject(new { name = "tobi" })); // => "hi tobi"