Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1566c53

Browse files
authored
Merge pull request #22 from jmz7v/patch-1
Fix syntax error in step 2
2 parents 7c6996a + 5a17511 commit 1566c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ ibmcloud cr build -t registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/
169169
### 2. Deploy the application
170170

171171
```
172-
$ kubectl run deploy-react-kubernetes-deployment -image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
172+
$ kubectl run deploy-react-kubernetes-deployment --image=registry.<ibm_cloud_region>.bluemix.net/<your_namespace>/deploy-react-kubernetes
173173
```
174174

175175
To check how many pods are running on Kubernetes run the command:

0 commit comments

Comments
 (0)