diff --git a/README.md b/README.md index fb4e26e..783f8b0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Initilalize the plugin: animSpeed: 'medium', /* Speed of the sub menu expand and collapse animation. */ easingEffect: null, /* Easing effect that will be used when expanding and collapsing menu and sub menus. */ indentChildren: false, /* Indentation option for the responsive collapsed sub menus. If set to true, all sub menus will be indented with the value of the option below. */ - childrenIndenter: ' ' /* Responsive sub menus will be indented with this character according to their level. */ + childrenIndenter: ' ', /* Responsive sub menus will be indented with this character according to their level. */ expandIcon: '', /* An icon to be displayed next to parent menu of collapsed sub menus. */ collapseIcon: '' /* An icon to be displayed next to parent menu of expanded sub menus. */ }); @@ -58,4 +58,4 @@ Initilalize the plugin: ## Support -If you need help using slimMenu, have a suggestion or idea, or have found a bug, please create an issue. \ No newline at end of file +If you need help using slimMenu, have a suggestion or idea, or have found a bug, please create an issue.