summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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()