From: wout Date: Mon, 17 Dec 2012 21:00:56 +0000 (+0100) Subject: Typo in readme X-Git-Tag: 0.1~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd303e096176e6fc95a1c36d1591491e11828147;p=svg.js.git Typo in readme --- 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