From e0c0238a4afade364403e5410cf2cc6100e479b9 Mon Sep 17 00:00:00 2001
From: Matthieu Fesselier <contact@matthieufesselier.com>
Date: Fri, 11 Feb 2022 15:44:28 +0100
Subject: [PATCH] update readme

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

diff --git a/README.md b/README.md
index ea4212cd..3e51f02d 100644
--- a/README.md
+++ b/README.md
@@ -845,14 +845,10 @@ It is possible to automatically add a menu entry on the left. For this:
         "experimental": [
           "routing",
           "menu"
-        ],
-        "menuAttributes": {
-          "dataSrc": "server://users/"
-        },
+        ]
       }
   ```
-2. create a component `solid-mycomponent-menu`.  
-  This component will be rendered in the left sidebar menu with the `menuAttributes` attributes added automatically.
+2. create a component `solid-mycomponent-menu`. This component will be rendered in the left sidebar
 
 #### Change the default route
 
-- 
GitLab