Skip to content

Commit

Permalink
Fix installation instructions (Ref #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 22, 2024
1 parent 2dce27a commit 83ee22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ To install in your Sprinkle :
npm i --save @lcharette/configmanager
```

4. Add Config Manager frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
4. Add Config Manager & FormGenerator frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
```
FormGenerator: require('@lcharette/formgenerator/webpack.entries'),
ConfigManager: require('@lcharette/configmanager/webpack.entries'),
```

Expand Down

0 comments on commit 83ee22f

Please sign in to comment.