Skip to content

Commit

Permalink
Merge pull request request#1034 from nylen/fix-readme-headings
Browse files Browse the repository at this point in the history
Fix readme headings
  • Loading branch information
FredKSchott committed Aug 29, 2014
2 parents 38c534d + 9ebcb87 commit 5bafd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -215,7 +215,7 @@ request.post({url:url, oauth:oauth}, function (e, r, body) {
})
```

### Custom HTTP Headers
## Custom HTTP Headers

HTTP Headers, such as `User-Agent`, can be set in the `options` object.
In the example below, we call the github API to find out the number
Expand Down Expand Up @@ -243,7 +243,7 @@ function callback(error, response, body) {
request(options, callback);
```

### request(options, callback)
## request(options, callback)

The first argument can be either a `url` or an `options` object. The only required option is `uri`; all others are optional.

Expand Down

0 comments on commit 5bafd57

Please sign in to comment.