aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-28 00:30:49 +0100
committerwout <wout@impinc.co.uk>2012-12-28 00:30:49 +0100
commitc8be3da4ddeb80b7ca1a24df07cdca671b35c68a (patch)
treec02c8f8cc8cfd52587f6eeee3de5dab1d9f5295f /README.md
parentc34cd51a36d015a7bb60e9056db59b6b16909593 (diff)
downloadsvg.js-c8be3da4ddeb80b7ca1a24df07cdca671b35c68a.tar.gz
svg.js-c8be3da4ddeb80b7ca1a24df07cdca671b35c68a.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6952164..c1d68da 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,7 @@ rect.size(200, 300);
Same as with `move()` the size of an element could be set by using `attr()`. But because every type of element is handles its size differently the `size()` method is much more convenient.
-### Centre
+### Center
This is an extra method to move an element by its center:
```javascript