From 88ba3df32fa090ada349a3e738f48f12c829d033 Mon Sep 17 00:00:00 2001 From: Robert Greyling Date: Sat, 12 Jan 2013 16:00:36 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9048103..f8ea1595 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Spark is a view engine for [ASP.NET MVC](http://www.asp.net/mvc), [FubuMVC](http ``` Although we also support "left-offset" syntax inspired by frameworks like [Jade](http://jade-lang.com/) and [Haml](http://haml.info/) -```html +```csharp viewdata products="IEnumerable[[Product]]" ul if="products.Any()" li each="var p in products"