Skip to content

Commit

Permalink
fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 16, 2016
1 parent 3c9e8dc commit 264ef8b
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 @@ -31,7 +31,7 @@ document.body.appendChild(el);

The only way this proposal will continue forward is with help from the community. If you would like to see the `html` function in the web, please upvote the [proposal on the W3C DOM repo](https://github.com/whatwg/dom/issues/150).

If you find a bug or an XSS case that should to be handled, please submit an issue, or even better a PR with the relevant code to reproduce the error in the (xss test)[test/xss.test.js].
If you find a bug or an XSS case that should to be handled, please submit an issue, or even better a PR with the relevant code to reproduce the error in the [xss test](test/xss.test.js).

## Problem Space

Expand Down

0 comments on commit 264ef8b

Please sign in to comment.