Skip to content

Commit

Permalink
clarify that all <use> descendants are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Jun 15, 2016
1 parent 675deab commit 79e188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ svg4everybody({
});
```

All `<use>` elements that are children of an `<svg>` are checked for external content. If you want to change this behavior, you can define your own validator.
All `<use>` elements that are descendants of an `<svg>` are checked for external content. If you want to change this behavior, you can define your own validator.

```js
svg4everybody({
Expand Down

0 comments on commit 79e188a

Please sign in to comment.