From 9becfdb451a647b5454184875e049648467b90fe Mon Sep 17 00:00:00 2001
From: Milton Lenis <milton.lenis@correounivalle.edu.co>
Date: Sun, 9 Apr 2017 13:24:30 -0500
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 53f8f38..047e506 100755
--- a/README.md
+++ b/README.md
@@ -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:
 
@@ -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.
 
-- 
GitLab