Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in README.md #104

Open
wants to merge 1 commit into
base: lab/step-1-hello-world
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<zss host\> -P \<zss port\>`
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.

Expand Down