Skip to content

Commit

Permalink
[ci-skip] fixed typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed May 20, 2016
1 parent 9291b74 commit 3912285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ var credentials = vcapServices.getCredentials('personality_insights', 'standard'
console.log(credentials);
```

### Getting credentials for a specific intsance
### Getting credentials for a specific instance
Get credentials that match a specific service instance (replace "YOUR NLC NAME" with the name of your service instance).
```sh
var vcapServices = require('vcap_services');
var credentials = vcapServices.getCredentials('natural_language_classifier', null, 'YOUR NLC NAME');
console.log(credentials);
```

### Getting credentials for a specific plan and intsance
### Getting credentials for a specific plan and instance
Get credentials that match a specific service plan and instance (replace "YOUR NLC NAME" with the name of your service instance).
```sh
var vcapServices = require('vcap_services');
Expand Down

0 comments on commit 3912285

Please sign in to comment.