]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Tue, 17 Jun 2014 18:40:01 +0000 (20:40 +0200)
committerwout <wout@impinc.co.uk>
Tue, 17 Jun 2014 18:40:01 +0000 (20:40 +0200)
README.md

index 403e6ee7ccb51d84829d2343629fa98127919d28..72594eea857abd65567ca472d538a301bb76c761 100755 (executable)
--- 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()