Skip to content

Commit

Permalink
Use valid json in example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkyMarkMcDonald committed Mar 17, 2018
1 parent 41fec1f commit 46a6550
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
]
Expand Down

0 comments on commit 46a6550

Please sign in to comment.