Skip to content

Commit 20e06c9

Browse files
committed
put link to the latest jquery in README
1 parent fd7f615 commit 20e06c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ You can use any version you want, everything what [jsDelivr GH API accepts](http
9999

100100
Include jQuery library, you can use cdn from https://jquery.com/download/
101101

102+
or use jsDelivr:
102103

103104
```html
104-
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/jquery"></script>
105106

106107
```
107108

templates/README.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ You can use any version you want, everything what [jsDelivr GH API accepts](http
9999

100100
Include jQuery library, you can use cdn from https://jquery.com/download/
101101

102+
or use jsDelivr:
102103

103104
```html
104-
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/jquery"></script>
105106

106107
```
107108

0 commit comments

Comments
 (0)