aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-20 22:34:56 +0100
committerwout <wout@impinc.co.uk>2012-12-20 22:34:56 +0100
commitf28a50eeb8a4c93512f65be5c8034d4d3d4fce82 (patch)
tree6ca1c5fe06e3e33e04892b7e30cb2df385c1a5da
parent071b2f2c8618c09e4944a4c9ac40853e9b6a7d13 (diff)
downloadsvg.js-f28a50eeb8a4c93512f65be5c8034d4d3d4fce82.tar.gz
svg.js-f28a50eeb8a4c93512f65be5c8034d4d3d4fce82.zip
Updated readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc9225e..57fa85f 100644
--- 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