Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Jun 6, 2024
1 parent c629163 commit 9de9773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you need help using this sprinkle or found any bug, feels free to open an iss
To install in your Sprinkle :
1. Add this package with Composer :
```
composer require lcharette/uf_configmanager "~5.1.0"
composer require lcharette/uf_configmanager "~4.1.0"
```

2. Edit your Sprinkle Recipe to include the ConfigManager as a Sprinkle dependency :
Expand All @@ -44,7 +44,7 @@ To install in your Sprinkle :

3. Add Config Manager frontend assets dependencies :
```
npm i --save @lcharette/configmanager@~5.1.0
npm i --save @lcharette/configmanager@~4.1.0
```

4. Add Config Manager & FormGenerator frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
Expand Down

0 comments on commit 9de9773

Please sign in to comment.