Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UnaiEtxaburu authored Oct 28, 2024
1 parent 0abbfbe commit be372d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be372d3

Please sign in to comment.