Skip to content

Commit 05ed90d

Browse files
committed
docs:documentation update
1 parent 0e1254d commit 05ed90d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ EnjoyHint is free software distributed under the terms of MIT license.
1111
#### Dependencies
1212
EnjoyHint require the following plugins and libs:
1313

14-
* jQuery > 1.7
15-
* KineticJS v5.1.0 (included into js file)
14+
* jQuery v3.5.1
15+
* jQuery.scrollTo v2.1.2
16+
* KineticJS > v5.1.0
1617

1718
#### Installation
1819
You can install it through `bower` package manager:
@@ -25,6 +26,11 @@ Alternative way:
2526
- Move the EnjoyHint directory to somewhere on your webserver
2627
- Insert next lines into your page's \<head\> tag:
2728
```html
29+
<!-- External libraries -->
30+
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
31+
<script src="https://cdnjs.cloudflare.com/ajax/libs/kineticjs/5.2.0/kinetic.js"></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.2/jquery.scrollTo.min.js"></script>
33+
<!-- Enjoyhint library -->
2834
<link href="<pathontheserver>/enjoyhint/enjoyhint.css" rel="stylesheet">
2935
<script src="<pathontheserver>/enjoyhint/enjoyhint.min.js"></script>
3036
```

0 commit comments

Comments
 (0)