aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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