Skip to content

Commit

Permalink
fix markdown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Oct 1, 2015
1 parent b57b768 commit 9f17470
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 @@ -42,7 +42,7 @@ APIs and SDKs that use cognitive computing to solve complex problems.
* [Running in Bluemix](#running-in-bluemix)
* [Debug](#debug)
* [Tests](#tests)
* [Open Source @ IBM](#open-source--ibm)
* [Open Source @ IBM](#open-source-ibm)
* [License](#license)
* [Contributing](#contributing)

Expand Down Expand Up @@ -182,7 +182,7 @@ apps.

### Authorization
The Authorization service can generates tokens, this are useful when it's too cumbersome to provide a username/password pair.
Tokens are valid for 1 hour and need to be send using the `X-Watson-Authorization-Token` header.
Tokens are valid for 1 hour and need to be send using the `X-Watson-Authorization-Token` header.

```javascript
var watson = require('watson-developer-cloud');
Expand Down

0 comments on commit 9f17470

Please sign in to comment.