aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-17 20:40:01 +0200
committerwout <wout@impinc.co.uk>2014-06-17 20:40:01 +0200
commit9bebbf7eb4e7cc85375bbc6868696f24dbe46a16 (patch)
treeba28107f71be1f5ad70cf34b7567547ee7615585 /README.md
parentc1342e78f52c38f138ce550502cf27ef385cfc4a (diff)
downloadsvg.js-9bebbf7eb4e7cc85375bbc6868696f24dbe46a16.tar.gz
svg.js-9bebbf7eb4e7cc85375bbc6868696f24dbe46a16.zip
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 403e6ee..72594ee 100755
--- a/README.md
+++ b/README.md
@@ -2410,10 +2410,10 @@ path.reference('marker-end')
```
### ref()
-By default the `refX` and `refY` attributes of a marker are set to respectively half the `width` nd `height` values. To define the refX and refY of a marker differently:
+By default the `refX` and `refY` attributes of a marker are set to respectively half the `width` nd `height` values. To define the `refX` and `refY` of a marker differently:
```javascript
-marker.ref(5, 5)
+marker.ref(2, 7)
```
### update()