summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-17 20:47:50 +0200
committerwout <wout@impinc.co.uk>2014-06-17 20:47:50 +0200
commit19c92a5d1f00789528dca1456f4a110153a8437a (patch)
treea4326e5ac24336c35856a8b4b2cbd24ffadd8388 /README.md
parent9bebbf7eb4e7cc85375bbc6868696f24dbe46a16 (diff)
downloadsvg.js-19c92a5d1f00789528dca1456f4a110153a8437a.tar.gz
svg.js-19c92a5d1f00789528dca1456f4a110153a8437a.zip
Updated README
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72594ee..438d2d8 100755
--- 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
```