Skip to content

Commit efb9008

Browse files
committed
Fix small typo in docs
1 parent 494fd12 commit efb9008

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ If you just want to load the library into your website you can either donwload t
3939
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.6.4/jquery.ui.position.js"></script>
4040
```
4141

42-
1. Download contents of the `dist` folder of this library to you project site, for example to `libs/contectmenu`
43-
2. `<script src="../lib/jquery-3.2.1.min.js"></script>`
44-
3. `<script src="../lib/jquery.contextMenu.js"></script>`
45-
4. `<script src="../lib/jquery.ui.position.min.js"></script>`
46-
5. `<link rel="stylesheet" href="../lib/contextMenu/jquery.contextMenu.min.css">`
42+
1. Download contents of the `dist` folder of this library to you project site, for example to `scripts/contextmenu`
43+
2. `<script src="scripts/jquery-3.2.1.min.js"></script>`
44+
3. `<script src="scripts/contextmenu/jquery.contextMenu.js"></script>`
45+
4. `<script src="scripts/contextmenu/jquery.ui.position.min.js"></script>`
46+
5. `<link rel="stylesheet" href="scripts/contextmenu/jquery.contextMenu.min.css">`
4747

4848
## Features
4949

0 commit comments

Comments
 (0)