]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update parcel.md
authorYuriy Gorbunov <yura@irtek.ru>
Sat, 3 Apr 2021 17:08:07 +0000 (01:08 +0800)
committerMark Otto <otto@github.com>
Sun, 4 Apr 2021 17:42:55 +0000 (10:42 -0700)
site/content/docs/5.0/getting-started/parcel.md

index 000c0d67701633880ff150bb5babebcdcf11a027..23aab00546e519bf1d34de36d1f1bdf2f5027312 100644 (file)
@@ -14,7 +14,7 @@ Install [Parcel Bundler](https://en.parceljs.org/getting_started.html).
 
 [Install bootstrap]({{< docsref "/getting-started/download#npm" >}}) as a Node.js module using npm.
 
-Bootstrap depends on [Popper](https://popper.js.org/), which is specified in the `peerDependencies` property. This means that you will have to make sure to add both of them to your `package.json` using `npm install popper.js`.
+Bootstrap depends on [Popper](https://popper.js.org/), which is specified in the `peerDependencies` property. This means that you will have to make sure to add both of them to your `package.json` using `npm install @popperjs/core`.
 
 When all will be completed, your project will be structured like this: