diff options
author | wout <wout@impinc.co.uk> | 2012-12-17 22:00:56 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-17 22:00:56 +0100 |
commit | dd303e096176e6fc95a1c36d1591491e11828147 (patch) | |
tree | 2ecea64ea2fc85c0d130945f55c2265df8022c08 | |
parent | 65ed9894618ad6b262c91f2b425461643484ab08 (diff) | |
download | svg.js-dd303e096176e6fc95a1c36d1591491e11828147.tar.gz svg.js-dd303e096176e6fc95a1c36d1591491e11828147.zip |
Typo in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ rect.attr({ }); // set an attribute with a namespace -rect.setAttribute('x', 50, 'http://www.w3.org/2000/svg'); +rect.attr('x', 50, 'http://www.w3.org/2000/svg'); ``` #### Move |