aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-02-01 16:54:57 +0100
committerwout <wout@impinc.co.uk>2014-02-01 16:54:57 +0100
commita19bbab549b2d65b83751c3ef85295ee02065f42 (patch)
treef6f831189ac9ceb20187cb5dd941a6799441fbdb
parent883c74e46709e736e91c15489a7cdd596270d62e (diff)
downloadsvg.js-a19bbab549b2d65b83751c3ef85295ee02065f42.tar.gz
svg.js-a19bbab549b2d65b83751c3ef85295ee02065f42.zip
Updated README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed8fdfd..1e4ff13 100644
--- a/README.md
+++ b/README.md
@@ -560,7 +560,7 @@ An array of all children will can be retreives with the `children` method:
```javascript
draw.children()
```
-__`returns`: array__
+__`returns`: `array`__
### each()
The `each()` allows you to iterate over the all children of a parent element:
@@ -1602,7 +1602,7 @@ The arrange.js module brings some additional methods. To get all siblings of rec
rect.siblings()
```
-__`returns`: array__
+__`returns`: `array`__
### position()
Get the position (a number) of rect between its siblings: