We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536736a commit eb0cc34Copy full SHA for eb0cc34
README.md
@@ -31,8 +31,8 @@ func main() {
31
// get access to cf api v2 (incomplete api)
32
session.V2()
33
34
- // get access to cf api v3 (complete and always up to date api)
35
- session.V3()
+ // get access to cf api v3 (complete and always up to date api)
+ session.V3()
36
37
// Get access to api uaa (incomplete)
38
session.UAA()
0 commit comments