Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiltonLn authored Apr 9, 2017
1 parent 79be58a commit 9becfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![version-image]][version-link]
[![coverage-image]][coverage-link]

A productivity tool that enables the generation of full featured menus through python list dictionaries, you only need to setup the HTML structure once for each menu you like to build and then use the dictionaries to generate menu items
A productivity tool that enables the generation of full featured menus through python dictionaries list, you only need to setup the HTML structure once for each menu you like to build and then use the dictionaries to generate menu items

## Features:

Expand Down Expand Up @@ -105,7 +105,7 @@ FOOTER_MENU_RIGHT = [
]
```

You can build the menu list dictionaries inside the project apps with ``menus.py`` files, see the docs for more.
You can build the menu dictionaries list inside the project apps with ``menus.py`` files, see the docs for more.

Then in your template, load the template tag to generate your menu.

Expand Down

0 comments on commit 9becfdb

Please sign in to comment.