We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e9d9b2 + c3f0888 commit 3e07339Copy full SHA for 3e07339
1 file changed
README.md
@@ -98,7 +98,7 @@ With `cf`:
98
$ cd github-service-broker-ruby/example_app/
99
$ cf push github-consumer
100
$ cf create-service github-repo public github-repo-1
101
-$ cf bind-service github-repo-1 github-consumer
+$ cf bind-service github-consumer github-repo-1
102
$ cf services # can be used to verify the binding was created
103
$ cf restart github-consumer
104
```
0 commit comments