Skip to content

Commit

Permalink
docs(README): address feedback (ignores)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 17, 2018
1 parent c28c002 commit 95ee730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ Using `ignores` this can be achieved as follows:
quicklink({
ignores: [
uri => uri.includes('#')
// or /#(.+)/ if you prefer RegExp
// or RegExp: /#(.+)/
// or element matching: (uri, elem) => !!elem.hash
]
});
```
Expand Down

0 comments on commit 95ee730

Please sign in to comment.