From 01111306e9b8a7cc6e91546611f98e92cd22b78a Mon Sep 17 00:00:00 2001 From: swyx Date: Wed, 11 Sep 2019 10:09:17 -0400 Subject: [PATCH] Update README.md --- templates/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/react/README.md b/templates/react/README.md index b5a243ec5..e7f5cc9a6 100644 --- a/templates/react/README.md +++ b/templates/react/README.md @@ -128,7 +128,7 @@ Alternatively, if you already have a git repo connected, you can set up continuo ```bash netlify init -# build command: yarn && yarn build && cd example && yarn && yarn build +# build command: yarn build && cd example && yarn && yarn build # directory to deploy: example/dist # pick yes for netlify.toml ```