diff options
| author | Yuriy Gorbunov <[email protected]> | 2021-04-04 01:08:07 +0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-04-04 10:42:55 -0700 |
| commit | 28c275280e2b4d6262e9f3e374e4b3c23b8dce63 (patch) | |
| tree | b7b3df50d989cc993867372b2e46ffacd66cfe74 | |
| parent | bfafabfd53c330fd341cac97ba07e85abba698ab (diff) | |
| download | bootstrap-28c275280e2b4d6262e9f3e374e4b3c23b8dce63.tar.xz bootstrap-28c275280e2b4d6262e9f3e374e4b3c23b8dce63.zip | |
Update parcel.md
| -rw-r--r-- | site/content/docs/5.0/getting-started/parcel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/parcel.md b/site/content/docs/5.0/getting-started/parcel.md index 000c0d677..23aab0054 100644 --- a/site/content/docs/5.0/getting-started/parcel.md +++ b/site/content/docs/5.0/getting-started/parcel.md @@ -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: |
