Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added , on object
  • Loading branch information
paulomcnally committed Aug 13, 2015
1 parent 289106d commit 29d4b99
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 29d4b99

Please sign in to comment.