From f736d8a401303bf457cbe3077a212e576ed023bb Mon Sep 17 00:00:00 2001 From: Cameron Kirk Date: Tue, 30 Apr 2024 14:43:10 -0700 Subject: [PATCH] Fix typo in README.md Signed-off-by: Cameron Kirk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fdf8c..120cd32 100644 --- a/README.md +++ b/README.md @@ -553,7 +553,7 @@ At this point, your sample-react-app folder contains files for an App that could You can now start up the server: 1. `cd /zlux-app-server/bin` 1. `./nodeCluster.sh` ... if you're testing this in an environment where the ZSS server is not on the same system as the Zowe App Server, you'll instead need to do `./nodeCluster.sh -h \ -P \` -1. Open your browser to `https://hostname:port`, where the hsotname and port are for the Zowe App Server. +1. Open your browser to `https://hostname:port`, where the hostname and port are for the Zowe App Server. 1. Login with your credentials 1. Open the App folder in the left corner of the toolbar, and open the React Sample App.