Skip to content

Commit 6f829a0

Browse files
committed
fix: fix wrong react-dom name resolution installation
1 parent 17a68ae commit 6f829a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ There is 2 ways to install it:
283283
* Use **yarn** name resolution, so `@hot-loader/react-dom` would be installed instead of `react-dom`
284284

285285
```
286-
yarn add @hot-loader/react-dom@npm:react-dom
286+
yarn add react-dom@npm:@hot-loader/react-dom
287287
```
288288

289289
* Use webpack **aliases**

0 commit comments

Comments
 (0)