Skip to content

Commit

Permalink
Update documentation for getApiDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
crshnburn committed Apr 22, 2016
1 parent 491c2a0 commit d19c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ zosconnect.getApi('healthApi', function(error, api){

```js
zosconnect.getApi('healthApi', function(error, api){
api.getApiDoc(function(error, swagger){
api.getApiDoc('swagger', function(error, swagger){
console.log(swagger);
})
})
Expand Down

0 comments on commit d19c7fd

Please sign in to comment.