diff --git a/README.md b/README.md
index 25485677e6239ef7e5dc2b450f7dda8d7485f640..ac60edfaac20a8191d1b173c101df5c62ba9b9c5 100644
--- a/README.md
+++ b/README.md
@@ -353,12 +353,21 @@ Module declaration, on `config.json`:
       "endpoints": {
         "get": "http://server.url/events/",
         "post": "http://server.url/events/",
+        "regionevents": "http://server.url/regionevents/",
         "typeevents": "http://server.url/typeevents/",
         "postTypeevents": "http://server.url/typeevents/",
         "uploads": "http://server.url/upload/"
       }
+      "parameters" : {
+          "pastevents": "",
+          "visiblecheckbox": "",
+          "visibilityregions": ""
+      }
     }
 ```
+You can choose to display the list of past events or not (if not, have 'hidden' for the parameters "pastevents").
+You can have a checkbox on forms to choose to show the events on another website (if not, have 'hidden' for the parameters "visiblecheckbox").
+You can choose to link the events on a region (if not, have 'hidden' for the parameters "visibilityregions").
 
 You can get only future events by using: