]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Thu, 27 Dec 2012 23:30:49 +0000 (00:30 +0100)
committerwout <wout@impinc.co.uk>
Thu, 27 Dec 2012 23:30:49 +0000 (00:30 +0100)
README.md

index 6952164177f5dca0790c3efb1faad4f5fb644261..c1d68da9db19f0e8b628e0e75b52424aa5515ba4 100644 (file)
--- 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