From c15d7e9fe33f666a1be4d0a8b0ea815fe9f706ee Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran <120017870+JeevaRamu0104@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:20:34 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e07c5bf..c9b78d7eb 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Follow these simple steps to set up Hyperswitch on your local machine. --- ### Running with Docker -1. docker run -p 9000:9000 -e apiBaseUrl=```your-backend-url``` -e sdkBaseUrl=```your-sdk-url``` juspaydotin/hyperswitch-control-center:latest +1. ```docker run -p 9000:9000 -e apiBaseUrl=your-backend-url -e sdkBaseUrl=your-sdk-url juspaydotin/hyperswitch-control-center:latest``` -## Accessing the Application +### Accessing the Application Once the containers are up and running, you can access the application by navigating to http://localhost:9000 in your web browser.