Skip to content

Commit

Permalink
fix(docs): use current_version data in Getting Started > Download (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 28, 2023
1 parent 64be2dc commit a08e1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.3/getting-started/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Pull in Boosted's **source files** into nearly any project with some of the most
Install Boosted in your Node.js powered apps with [the npm package](https://www.npmjs.com/package/boosted):

```sh
npm install boosted@v5.3.0-alpha2
npm install boosted@{{< param "current_version" >}}
```

`const boosted = require('boosted')` or `import boosted from 'boosted'` will load all of Boosted's plugins onto a `boosted` object.
Expand All @@ -87,7 +87,7 @@ Boosted's `package.json` contains some additional metadata under the following k
Install Boosted in your Node.js powered apps with [the yarn package](https://yarnpkg.com/en/package/boosted):

```sh
yarn add boosted@v5.3.0-alpha2
yarn add boosted@{{< param "current_version" >}}
```

### Composer
Expand Down

0 comments on commit a08e1e8

Please sign in to comment.