aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-17 22:02:29 +0100
committerwout <wout@impinc.co.uk>2012-12-17 22:02:29 +0100
commit1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019 (patch)
tree6017c3ec8b8c7aa480cf519fe9f8e5c67fe436a9
parentdd303e096176e6fc95a1c36d1591491e11828147 (diff)
downloadsvg.js-1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019.tar.gz
svg.js-1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019.zip
Readme typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d15f6a1..155395f 100644
--- 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