aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 22:00:56 +0100
committerwout <wout@impinc.co.uk>2012-12-17 22:00:56 +0100
commitdd303e096176e6fc95a1c36d1591491e11828147 (patch)
tree2ecea64ea2fc85c0d130945f55c2265df8022c08
parent65ed9894618ad6b262c91f2b425461643484ab08 (diff)
downloadsvg.js-dd303e096176e6fc95a1c36d1591491e11828147.tar.gz
svg.js-dd303e096176e6fc95a1c36d1591491e11828147.zip
Typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf65f01..d15f6a1 100644
--- a/README.md
+++ b/README.md
@@ -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