Skip to content

Commit 4f1c43d

Browse files
committed
update readme
1 parent e1e2a29 commit 4f1c43d

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
@@ -76,7 +76,7 @@ npm install xml-beautify
7676
## use from CDN
7777

7878
```
79-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/XmlBeautify.js"></script>
79+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/XmlBeautify.js"></script>
8080
```
8181

8282
# Demo
@@ -98,7 +98,7 @@ npm start
9898
<!DOCTYPE html>
9999
<html lang="en">
100100
<body>
101-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/XmlBeautify.js"></script>
101+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/XmlBeautify.js"></script>
102102
<script>
103103
const srcXmlText = `<?xml version="1.0" encoding="utf-8"?><example version="2.0">
104104
<head>

0 commit comments

Comments
 (0)