Skip to content

Commit 8221d7e

Browse files
committed
Update info
1 parent 5f736d3 commit 8221d7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

public/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77

8-
<title>Responsive Slider</title>
8+
<title>Responsive jQuery Slider</title>
99

1010
<!-- Some unimportant page styling -->
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gentium+Basic">
@@ -63,13 +63,14 @@
6363

6464
<div class="info">
6565

66-
<h1>Responsive Slider</h1>
66+
<h1>Responsive jQuery Slider</h1>
6767

6868
<h2>Requirements</h2>
6969
<p>
7070
jQuery<br>
7171
<a href="https://github.com/flesler/jquery.scrollTo" target="_blank">jquery.scrollTo plugin</a><br>
72-
<a href="https://github.com/benmajor/jQuery-Touch-Events" target="_blank">jQuery-Touch-Events plugin</a><br>
72+
<a href="https://github.com/benmajor/jQuery-Touch-Events" target="_blank">jQuery-Touch-Events plugin</a>
73+
(if you want swiping)<br>
7374
Modern browser (not IE 9 or less)
7475
</p>
7576

0 commit comments

Comments
 (0)