From 29d4b99d1df51133d92f0d98d4bb3be4fcbef28a Mon Sep 17 00:00:00 2001 From: Paulo McNally Date: Wed, 12 Aug 2015 22:31:34 -0600 Subject: [PATCH] Update README.md Added , on object --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4b407fa3..3442dd8f3 100644 --- a/README.md +++ b/README.md @@ -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: [ {