]> source.dussan.org Git - svg.js.git/commitdiff
Updated readme
authorwout <wout@impinc.co.uk>
Thu, 20 Dec 2012 21:34:56 +0000 (22:34 +0100)
committerwout <wout@impinc.co.uk>
Thu, 20 Dec 2012 21:34:56 +0000 (22:34 +0100)
README.md

index dc9225e9da02dfdebf852f2b10c6d0847a73a11d..57fa85f67c6b6cd322bd574a2357b28dc89c520a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -111,6 +111,10 @@ text.font({
   leading: 1.5
 });
 ```
+Changing text afterwards is also possible with the 'text()' method:
+```javascript
+text.text('Brilliant!');
+```
 
 
 ### Image element