diff --git a/site/docs/4.3/getting-started/webpack.md b/site/docs/4.3/getting-started/webpack.md index ad4fa2f3ab..14f3a6481f 100644 --- a/site/docs/4.3/getting-started/webpack.md +++ b/site/docs/4.3/getting-started/webpack.md @@ -28,7 +28,7 @@ import 'bootstrap/js/dist/alert'; Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/), these are defined as `peerDependencies`, this means that you will have to make sure to add both of them -to your `package.json` using `npm install --save jquery popper.js`. +to your `package.json` using `npm install jquery popper.js`. ## Importing Styles