From e7fba21d418f210bb8649e523105ff8db73dee37 Mon Sep 17 00:00:00 2001 From: pmc Date: Wed, 12 Aug 2020 14:23:26 +0800 Subject: [PATCH] doc: fix doc mistake Signed-off-by: pmc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4bf4682de..5c5e3febc3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ yarn install # serve with hot reload at https://localhost:8005 # using the endpoint for your Steve (or Rancher) API -$ API=http://localhost:8989 yarn devx +$ API=http://localhost:8989 yarn dev # build for production and launch server $ yarn build @@ -51,7 +51,7 @@ data: -p 8005:8005 \ -e API=http://172.17.0.1:8989 \ rancherlabs/dashboard:dev - + # The first time will take forever installing node_modules into the volume; it will be faster next time. # # Goto https://localhost:8005