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

index 72594eea857abd65567ca472d538a301bb76c761..438d2d89ae5e828f4617a7753e62d3ab78fbc45d 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -918,7 +918,7 @@ In cases where an element is linked to another element through an attribute, the
 ```javascript
 use.reference('href') //-> returns used element instance
 // or
-rect.reference('fill') //-> returns gradient instance
+rect.reference('fill') //-> returns gradient or pattern instance for example
 // or
 circle.reference('clip-path') //-> returns clip instance
 ```