]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix installing deps in our webpack docs
authorJohann-S <johann.servoire@gmail.com>
Thu, 16 Nov 2017 10:10:48 +0000 (11:10 +0100)
committerJohann-S <johann.servoire@gmail.com>
Thu, 16 Nov 2017 10:30:55 +0000 (11:30 +0100)
docs/4.0/getting-started/webpack.md

index 4093b12abc4556ef484c96420fee79ef725cf3c8..70b44b61574b3092304a4e0c4be45e9894417b93 100644 (file)
@@ -28,7 +28,7 @@ import 'bootstrap/js/dist/dropdown';
 
 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 --save jquery popper.js`.
+to your `package.json` using `npm install --save jquery popper.js`.
 
 {% callout warning %}
 Notice that if you chose to **import plugins individually**, you must also install [exports-loader](https://github.com/webpack-contrib/exports-loader)