Skip to content

Commit 460745b

Browse files
committedSep 29, 2021
Docs: Change the jQuery version advertised in README to 3.6.0
1 parent 38cbe40 commit 460745b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ That way you can spot and fix what otherwise would have been errors, until you n
1212
In your web page, load this plugin *after* the script tag for jQuery, for example:
1313

1414
```html
15-
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
15+
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
1616
<script src="https://code.jquery.com/jquery-migrate-3.3.2.js"></script>
1717
```
1818

0 commit comments

Comments
 (0)
Please sign in to comment.