Skip to content

Commit

Permalink
[docs] Fix yarn start command (#18565)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestone authored and oliviertassinari committed Nov 25, 2019
1 parent 73fb52a commit d31dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the documentation website of Material-UI.
To start the docs site in development mode, from the project root, run:

```sh
yarn && yarn start
yarn && yarn dev
```

If you do not have yarn installed, select your OS and follow the instructions on the [Yarn website](https://yarnpkg.com/lang/en/docs/install/#mac-stable).
Expand Down

0 comments on commit d31dbb1

Please sign in to comment.