Skip to content

Commit

Permalink
Update jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed Nov 4, 2017
1 parent 456ee3d commit f07364b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Download the plugin with the method of your choice.

npm install jquery.facedetection

Include [jQuery](http://code.jquery.com/jquery-1.11.1.min.js) and the plugin.
Include [jQuery](https://code.jquery.com/jquery-3.2.1.min.js) and the plugin.

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="path/to/dist/jquery.facedetection.min.js"></script>

Set a picture with some faces in your HTML page.
Expand Down
2 changes: 1 addition & 1 deletion examples/picture.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<a class="button-visit" href="http://facedetection.jaysalvat.com">Visit the website</a>

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="../dist/jquery.facedetection.js"></script>
<script>
/* global $ */
Expand Down
2 changes: 1 addition & 1 deletion examples/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<a class="button-visit" href="http://facedetection.jaysalvat.com">Visit the website</a>

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="../dist/jquery.facedetection.js"></script>
<script>
/* global $ */
Expand Down

0 comments on commit f07364b

Please sign in to comment.