From f28a50eeb8a4c93512f65be5c8034d4d3d4fce82 Mon Sep 17 00:00:00 2001 From: wout Date: Thu, 20 Dec 2012 22:34:56 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5