Skip to content

Commit

Permalink
Merge pull request #1726 from paulomcnally/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
simov committed Aug 13, 2015
2 parents 289106d + 29d4b99 commit e168bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -673,12 +673,12 @@ a validation step will check if the HAR Request format matches the latest spec (
var request = require('request')
request({
// will be ignored
method: 'GET'
method: 'GET',
uri: 'http://www.google.com',

// HTTP Archive Request Object
har: {
url: 'http://www.mockbin.com/har'
url: 'http://www.mockbin.com/har',
method: 'POST',
headers: [
{
Expand Down

0 comments on commit e168bc6

Please sign in to comment.