Skip to content

Commit

Permalink
use spaces instead of tabs. Fixes watson-developer-cloud#35
Browse files Browse the repository at this point in the history
  • Loading branch information
iampeterbanjo committed Feb 17, 2016
1 parent 6f770fa commit 9494fe0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your user ID>
```
Expand Down

0 comments on commit 9494fe0

Please sign in to comment.