Skip to content

Commit 95f1547

Browse files
authored
Update bluemix app push command
1 parent 2d4e57f commit 95f1547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Login to your Bluemix account
7171
bluemix login
7272
```
7373

74-
From within the *nodejs-helloworld* directory push your app to Bluemix
74+
From within the *get-started-node* directory push your app to Bluemix
7575
```
76-
cf push
76+
bluemix app push
7777
```
7878

7979
This can take a minute. If there is an error in the deployment process you can use the command `cf logs <Your-App-Name> --recent` to troubleshoot.

0 commit comments

Comments
 (0)