Skip to content

Commit 13b4392

Browse files
Update README.md
1 parent b59c949 commit 13b4392

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ const xPath = new XPath();
4242

4343
If you write pre-2015 JS code, make adjustments as needed.
4444

45+
### Direct use in browsers
46+
47+
You can simply add a tag like this:
48+
49+
```html
50+
<script type="application/javascript" src="https://www.unpkg.com/xslt-processor@1.0.0/xslt-processor.js"></script>
51+
```
52+
4553
### Breaking Changes
4654

4755
Until version 0.11.7, use like the example below:

0 commit comments

Comments
 (0)