From 6f770faa43c2d0a9b38846b17831507aff7998d8 Mon Sep 17 00:00:00 2001 From: iampeterbanjo Date: Wed, 17 Feb 2016 17:19:36 +0000 Subject: [PATCH 1/3] Add notes for US and EU region end points --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5633777f..53ba6062 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 api https://api.ng.bluemix.net $ cf login -u ``` From 3b20bf94243148ff5d95cd4a49c7495a8b9f8b82 Mon Sep 17 00:00:00 2001 From: iampeterbanjo Date: Wed, 17 Feb 2016 17:21:32 +0000 Subject: [PATCH 2/3] use spaces instead of tabs --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 53ba6062..ae0f69e5 100755 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ applications: 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 api https://api.ng.bluemix.net + ``` + + For EU Region + ```sh + $ cf api https://api.eu-gb.bluemix.net + ``` + ```sh $ cf login -u ``` From 9494fe09b8e7ac75ddd77cc4222621349c58a86d Mon Sep 17 00:00:00 2001 From: iampeterbanjo Date: Wed, 17 Feb 2016 17:21:32 +0000 Subject: [PATCH 3/3] use spaces instead of tabs. Fixes #35 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 53ba6062..ae0f69e5 100755 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ applications: 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 api https://api.ng.bluemix.net + ``` + + For EU Region + ```sh + $ cf api https://api.eu-gb.bluemix.net + ``` + ```sh $ cf login -u ```