Skip to content

Commit 3ffe200

Browse files
committed
Updated readme and manifest
1 parent 6ca169f commit 3ffe200

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The plugin is very easy to use. First, create the markup (an unordered list of l
1919

2020
Of course, you can create submenus by nesting lists. Next, include the CSS file:
2121
```html
22-
<link rel="stylesheet" type="text/css" href="css/responsivemenu.css">
22+
<link rel="stylesheet" type="text/css" href="css/menumaker.css">
2323
```
2424
Link the jQuery script:
2525
```html
26-
<script type="text/javascript" src="js/cssmenumaker.js"></script>
26+
<script type="text/javascript" src="js/menumaker.js"></script>
2727
```
2828
And finally, initialize the plugin:
2929
```html

menumaker.jquery.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "menumaker",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"title": "MenuMaker - Responsive Navigation Plugin",
55
"description": "A small jQuery plugin which allows you to create various types of menus for mobile devices. You can create a menu which can be toggled with a tap on mobile devices, a multitoggle menu or a select list menu.",
66
"author": {
@@ -12,7 +12,6 @@
1212
"url": "http://opensource.org/licenses/MIT"
1313
}
1414
],
15-
"demo": "http://cssmenumaker.com/menu/responsive-flat-menu",
1615
"dependencies": {
1716
"jquery": ">=1.7"
1817
}

0 commit comments

Comments
 (0)