From be372d33ec7709c0c5d9a383e5e30300e78f915c Mon Sep 17 00:00:00 2001 From: UnaiEtxaburu <80053871+UnaiEtxaburu@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:51:18 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e95d75..53c3b64 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ This package provides a customization of Volto's default menu that adds a dropdo yarn install @codesyntax/volto-menu-customization ```` -Add the addon to the `addons` section of your `package.json`. +Add the addon to the `addons` and the `dependencies` section of your `package.json`. ````JSON "addons": [ "@codesyntax/volto-menu-customization" ], + +"dependencies": { + "@codesyntax/volto-menu-customization": "*", +} ```` # Demo