Skip to content

Commit 3e07339

Browse files
authored
Merge pull request #21 from Birdrock/update-readme
cf bind-service command arguments incorrect order
2 parents 7e9d9b2 + c3f0888 commit 3e07339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ With `cf`:
9898
$ cd github-service-broker-ruby/example_app/
9999
$ cf push github-consumer
100100
$ cf create-service github-repo public github-repo-1
101-
$ cf bind-service github-repo-1 github-consumer
101+
$ cf bind-service github-consumer github-repo-1
102102
$ cf services # can be used to verify the binding was created
103103
$ cf restart github-consumer
104104
```

0 commit comments

Comments
 (0)