From 22cb2f11d6953086807f6534ed1979eee5848c2e Mon Sep 17 00:00:00 2001 From: Mofizur Rahman Date: Tue, 7 Jul 2020 18:30:32 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e01efcb..858b9cb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This tool was made to manage large IBM Cloud accounts and the Kubernetes Cluster 1. Local Development (Quick Changes) ``` -go run . +go run cmd/web/main.go ``` ``` @@ -28,7 +28,7 @@ cd .. From root of the project. ``` -go run . +go run cmd/web/main.go ``` This would start the project on port `9000` and go backend will serve the frontend. @@ -51,4 +51,4 @@ This uses React ### Backend -Backend is written in Go 1.13 \ No newline at end of file +Backend is written in Go 1.13