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