From 96b863e2a65c2ec3d2ddfad6109e6ef87e767f39 Mon Sep 17 00:00:00 2001 From: andrestone Date: Mon, 25 Nov 2019 18:54:34 +0100 Subject: [PATCH] `yarn run` not used? `yarn dev` instead? --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 74a962a78d7006..b3b549c0874381 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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).