diff --git a/README.md b/README.md index 5633777f..ae0f69e5 100755 --- a/README.md +++ b/README.md @@ -27,8 +27,17 @@ applications: The name you use will determinate your application url initially, e.g. `.mybluemix.net`. 4. Connect to Bluemix in the command line tool + For US Region ```sh $ cf api https://api.ng.bluemix.net + ``` + + For EU Region + ```sh + $ cf api https://api.eu-gb.bluemix.net + ``` + + ```sh $ cf login -u ```