Skip to content

Commit 2b6c0ac

Browse files
author
Víctor Borrego Pérez
committed
Readme issue fixed
1 parent 66c86e9 commit 2b6c0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/13_LoginForm/Readme.md

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

113113
```bash
114-
npm install @material-ui/core@^4.0.1 @material-ui/icons@^4.0.1 --save
114+
npm install @material-ui/core @material-ui/icons --save
115115
```
116116

117117
- However, we must be careful with the compatibility of certain versions of _typescript_ with the new _hooks_ of _material-ui_. For this example, we can install _typescript@3.3.3_ version.

0 commit comments

Comments
 (0)