Skip to content

Commit 666f3e1

Browse files
committed
Update README
1 parent 83fcc36 commit 666f3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pure JavaScript implementation of OpenCC
77
In HTML file:
88

99
```html
10-
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.2"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.3"></script>
1111
```
1212

1313
Or in Node.js:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
在 HTML 中引入:
1010

1111
```html
12-
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.2"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.3"></script>
1313
```
1414

1515
或在 Node.js 中引入:

0 commit comments

Comments
 (0)