We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429bf39 commit 96298ddCopy full SHA for 96298dd
README.md
@@ -22,10 +22,10 @@ DOMPurify sanitizes HTML and prevents XSS attacks. You can feed DOMPurify with s
22
23
It's easy. Just include DOMPurify on your website.
24
25
-### Using the unminified development version
+### Using the unminified version (source-map available)
26
27
```html
28
-<script type="text/javascript" src="src/purify.js"></script>
+<script type="text/javascript" src="dist/purify.js"></script>
29
```
30
31
### Using the minified and tested production version (source-map available)
0 commit comments