Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<i>&#9660;</i>', /* An icon to be displayed next to parent menu of collapsed sub menus. */
collapseIcon: '<i>&#9650;</i>' /* An icon to be displayed next to parent menu of expanded sub menus. */
});
Expand All @@ -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.
If you need help using slimMenu, have a suggestion or idea, or have found a bug, please create an issue.