From 2abaf761b35d0092761235e0390f50e01185b1bf Mon Sep 17 00:00:00 2001 From: Derek Worthen Date: Wed, 23 Jan 2013 21:51:01 -0800 Subject: [PATCH] Added plates support --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 5c5799e..22ad487 100644 --- a/Readme.md +++ b/Readme.md @@ -85,11 +85,11 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) { ```html // user.html -<p id="user"></p> -<ul class="list">> +

+ // partial.html -<li id="item"></item> +
  • ``` ## Caching