Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertTheGrey committed Jan 12, 2013
1 parent 3d4a2b4 commit 88ba3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Spark is a view engine for [ASP.NET MVC](http://www.asp.net/mvc), [FubuMVC](http
</else> </else>
``` ```
Although we also support "left-offset" syntax inspired by frameworks like [Jade](http://jade-lang.com/) and [Haml](http://haml.info/) 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]]" viewdata products="IEnumerable[[Product]]"
ul if="products.Any()" ul if="products.Any()"
li each="var p in products" li each="var p in products"
Expand Down

0 comments on commit 88ba3df

Please sign in to comment.