Skip to content

Commit b3359d5

Browse files
authored
Fix a typo in Yarn installation instructions
The instructions where missing the organisation name
1 parent 55f6471 commit b3359d5

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)