Skip to content

Commit

Permalink
Merge pull request #1866 from miguelmota/missing-quotes
Browse files Browse the repository at this point in the history
Add missing quotes on x-token property in README
  • Loading branch information
simov committed Oct 29, 2015
2 parents 9de8244 + d742117 commit b05ecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -845,7 +845,7 @@ For example:
```js
//requests using baseRequest() will set the 'x-token' header
var baseRequest = request.defaults({
headers: {x-token: 'my-token'}
headers: {'x-token': 'my-token'}
})

//requests using specialRequest() will include the 'x-token' header set in
Expand Down

0 comments on commit b05ecc0

Please sign in to comment.