Skip to content

Commit 39f5004

Browse files
Update README.md
1 parent eb7ad60 commit 39f5004

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
@@ -64,10 +64,10 @@ If you write pre-2015 JS code, make adjustments as needed.
6464
You can simply add a tag like this:
6565

6666
```html
67-
<script type="application/javascript" src="https://www.unpkg.com/xslt-processor@1.1.0/umd/xslt-processor.js"></script>
67+
<script type="application/javascript" src="https://www.unpkg.com/xslt-processor@1.1.2/umd/xslt-processor.js"></script>
6868
```
6969

70-
All the exports will live under `globalThis.XsltProcessor`.
70+
All the exports will live under `globalThis.XsltProcessor`. [See a usage example here](https://github.com/DesignLiquido/xslt-processor/blob/main/interactive-tests/xslt.html).
7171

7272
### Breaking Changes
7373

0 commit comments

Comments
 (0)