Skip to content

Commit 900ca51

Browse files
authored
Fix syntax error in step 2
1 parent 9805295 commit 900ca51

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)