Skip to content

Commit 0213746

Browse files
authored
Merge pull request #770 from enguerran/patch-1
no need for `@beta` anymore
2 parents a42ced1 + a4ec360 commit 0213746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a demo directory to try out webpack. [Install webpack](/get-started/insta
2020
```bash
2121
mkdir webpack-demo && cd webpack-demo
2222
npm init -y
23-
npm install --save-dev webpack@beta
23+
npm install --save-dev webpack
2424
./node_modules/.bin/webpack --help # Shows a list of valid cli commands
2525
.\node_modules\.bin\webpack --help # For windows users
2626
```

0 commit comments

Comments
 (0)