Skip to content

Commit 1db379d

Browse files
authored
Merge pull request #5 from Amwam/patch-1
Fix a typo in Yarn installation instructions
2 parents 55f6471 + b3359d5 commit 1db379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please **DO NOT** use it if you cannot afford to face breaking changes in the fu
1313
npm install -D @pmmmwh/react-refresh-webpack-plugin react-refresh
1414

1515
# if you prefer yarn
16-
yarn add -D @/react-refresh-webpack-plugin react-refresh
16+
yarn add -D @pmmmwh/react-refresh-webpack-plugin react-refresh
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)