]> source.dussan.org Git - svg.js.git/commitdiff
Readme typo
authorwout <wout@impinc.co.uk>
Mon, 17 Dec 2012 21:02:29 +0000 (22:02 +0100)
committerwout <wout@impinc.co.uk>
Mon, 17 Dec 2012 21:02:29 +0000 (22:02 +0100)
README.md

index d15f6a117aff140d59f28856277435eb7753d0c5..155395f6f534171f3c149dfd7e56cb9aa8a4f03c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Note that you can also use the following code to move elements around:
 ```javascript
 rect.attr({ x: 20, y: 60 })
 ``` 
-Although 'move()' is much more convenient because it will also use the upper left corner as the position reference, whereas with using 'attr()' the x an y reference differ between element types. For example, rect uses the upper left corner and circle uses the center.
+Although 'move()' is much more convenient because it will always use the upper left corner as the position reference, whereas with using 'attr()' the x an y reference differ between element types. For example, rect uses the upper left corner and circle uses the center.
 
 
 #### Size