Skip to content

Commit

Permalink
docs: improve yarn deps upgrade command (#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Jul 20, 2023
1 parent f295e4f commit 43d070e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```

Docusaurus is essentially a set of npm [packages](https://github.com/facebook/docusaurus/tree/main/packages).
Docusaurus consists of a set of npm [packages](https://github.com/facebook/docusaurus/tree/main/packages).

:::tip

Expand Down Expand Up @@ -174,7 +174,7 @@ You should see the correct version as output.
Alternatively, if you are using Yarn, you can do:

```bash
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest
yarn add @docusaurus/core @docusaurus/preset-classic
```

:::tip
Expand Down

0 comments on commit 43d070e

Please sign in to comment.