Better bash formatting for updating Docusaurus

This commit is contained in:
Joel Marcey 2018-06-11 17:46:58 -07:00 committed by GitHub
parent 7281c5632b
commit de8da1ca54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -84,4 +84,14 @@ docusaurus 1.0.9 1.2.0 1.2.0 devDependencies https://github.com/facebook/Doc
> If there is no noticeable version output from the `outdated` commands, then you are up-to-date.
You can update to the [latest version](https://www.npmjs.com/package/docusaurus) of Docusaurus by typing `yarn upgrade docusaurus --latest` or `npm update docusaurus`.
You can update to the [latest version](https://www.npmjs.com/package/docusaurus) of Docusaurus by:
```
yarn upgrade docusaurus --latest
```
or
```
npm update docusaurus
```