Skip to content

Commit 96298dd

Browse files
authored
Update README.md
Fix #1092
1 parent 429bf39 commit 96298dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ DOMPurify sanitizes HTML and prevents XSS attacks. You can feed DOMPurify with s
2222

2323
It's easy. Just include DOMPurify on your website.
2424

25-
### Using the unminified development version
25+
### Using the unminified version (source-map available)
2626

2727
```html
28-
<script type="text/javascript" src="src/purify.js"></script>
28+
<script type="text/javascript" src="dist/purify.js"></script>
2929
```
3030

3131
### Using the minified and tested production version (source-map available)

0 commit comments

Comments
 (0)