Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt authored Feb 23, 2017
1 parent 8653df4 commit c7d429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ browsers.forEach(browser => {
}

// Print out the browsers name.
console.log(browsers.getPrettyName());
console.log(browser.getPrettyName());

browser.getSeleniumDriver()
.then(webdriverInstance =>
Expand Down

0 comments on commit c7d429c

Please sign in to comment.