Skip to content

Commit

Permalink
fix: fix wrong react-dom name resolution installation
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jan 2, 2019
1 parent 17a68ae commit 6f829a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ There is 2 ways to install it:
* Use **yarn** name resolution, so `@hot-loader/react-dom` would be installed instead of `react-dom`

```
yarn add @hot-loader/react-dom@npm:react-dom
yarn add react-dom@npm:@hot-loader/react-dom
```

* Use webpack **aliases**
Expand Down

0 comments on commit 6f829a0

Please sign in to comment.