summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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