diff --git a/README.md b/README.md index 8497222..e78db24 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ $ doc_doc 'https://github.com/SeleniumHQ/selenium/wiki/Logging' --stay-within 'h ```json { - links: [ + "links": [ { - parentText: 'Please see the capabilities page for more information about Firefox specific capabilities.', - linkText: 'capabilities page', - href: '../DesiredCapabilities', - page: 'https://github.com/SeleniumHQ/selenium/wiki/Logging', - error: { - type: 'http', - status: 404 + "parentText": "Please see the capabilities page for more information about Firefox specific capabilities.", + "linkText": "capabilities page", + "href": "../DesiredCapabilities", + "page": "https://github.com/SeleniumHQ/selenium/wiki/Logging", + "error": { + "type": "http", + "status": 404 } } ]