Skip to content

Commit 5d23497

Browse files
committed
Changed docs.
1 parent 9ee9cde commit 5d23497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install jsencrypt
3030

3131
#### Browser (Script Tag)
3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/jsencrypt@3.4.0/bin/jsencrypt.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/jsencrypt/bin/jsencrypt.min.js"></script>
3434
<script>
3535
// Create the encryption object
3636
const crypt = new JSEncrypt();

0 commit comments

Comments
 (0)