Skip to content

Commit b33f402

Browse files
authored
Update Readme.md
1 parent 51f8b04 commit b33f402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/13_LoginForm/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ _./src/index.html_
109109
- Let's build a proper _login_ layout, _loginPage.tsx_. To build a nice layout, we will install _@material-ui/core_
110110

111111
```bash
112-
npm install @material-ui/core @material-ui/icons --save-dev
112+
npm install @material-ui/core @material-ui/icons --save
113113
```
114114

115115
- Now we could create a login form it could look something like:

0 commit comments

Comments
 (0)