]> source.dussan.org Git - svg.js.git/commitdiff
Typo in readme
authorwout <wout@impinc.co.uk>
Fri, 21 Dec 2012 16:29:35 +0000 (17:29 +0100)
committerwout <wout@impinc.co.uk>
Fri, 21 Dec 2012 16:29:35 +0000 (17:29 +0100)
README.md

index e3a7caa8d397359969b27e22655e2a2e1a69b654..a238810e8f567d44f3ef0f307f496e8590b548c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ var text = draw.text({
 ```
 Styling text can be done using the 'attr()':
 ```javascript
-text.font({
+text.attr({
   'font-family': 'Helvetica',
   'font-size': 36,
   'text-anchor': 'middle',
@@ -121,7 +121,7 @@ text.attr('text');
 ```
 The sugar.js module provides some syntax sugar specifically for this element type:
 ```javascript
-text.attr({
+text.font({
   family:   'Helvetica',
   size:     144,
   anchor:   'middle',