From: wout Date: Thu, 20 Dec 2012 21:34:56 +0000 (+0100) Subject: Updated readme X-Git-Tag: 0.1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f28a50eeb8a4c93512f65be5c8034d4d3d4fce82;p=svg.js.git Updated readme --- 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