tmpvar / weld

Template antimatter for Node.js (Browsers too!)
674 stars 39 forks source link

htmlentities in README example #8

Closed janpieper closed 13 years ago

janpieper commented 13 years ago
diff --git a/README.md b/README.md
index 2c8e215..9dcc3a1 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ Create a DOM, load a library, read a file and bind the data to it...

       window.jQuery = $;

-      var data = [{ name: "hij1nx",  title : "code slayer" },
-                  { name: "tmpvar", title : "code pimp" }];
+      var data = [{ name: 'hij1nx',  title : 'code slayer' },
+                  { name: 'tmpvar', title : 'code pimp' }];

       $('.contact').weld(data);
     });
heapwolf commented 13 years ago

thats a bi-product of the textmate bundle i was using. i actually got rid of it and i do it by hand now.