Skip to content

Commit 9becfdb

Browse files
authored
Update README.md
1 parent 79be58a commit 9becfdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![version-image]][version-link]
66
[![coverage-image]][coverage-link]
77

8-
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
8+
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
99

1010
## Features:
1111

@@ -105,7 +105,7 @@ FOOTER_MENU_RIGHT = [
105105
]
106106
```
107107

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

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

0 commit comments

Comments
 (0)