Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(v2): update installation docs #5073

Merged
merged 3 commits into from
Jun 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Please update to the latest Docusaurus 2 version shown at the top of the page, n

```json title="package.json"
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.0",
"@docusaurus/preset-classic": "^2.0.0-beta.0",
"@docusaurus/core": "^2.0.0-beta.2",
"@docusaurus/preset-classic": "^2.0.0-beta.2",
slorber marked this conversation as resolved.
Show resolved Hide resolved
// ...
}
```
Expand All @@ -151,7 +151,7 @@ You should see the correct version as output.
Alternatively, if you are using Yarn, you can do:

```bash
yarn upgrade @docusaurus/core@2.0.0-beta.0 @docusaurus/preset-classic@2.0.0-beta.0
yarn upgrade @docusaurus/core@2.0.0-beta.2 @docusaurus/preset-classic@2.0.0-beta.2
slorber marked this conversation as resolved.
Show resolved Hide resolved
```

:::tip
Expand Down