Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidge123 authored Sep 12, 2017
1 parent 3d6aac7 commit f39d39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ process.env.CHROMIUM_BIN = revisionInfo.executablePath

module.exports = function(config) {
config.set({
browsers: ['ChromiumHeadless']
browsers: ['ChromeHeadless']

This comment has been minimized.

Copy link
@shospodarets

shospodarets Sep 13, 2017

Are you sure it shouldn't be "ChromiumHeadless"?
As the bin is provided for process.env.CHROMIUM_BIN

})
}
```
Expand Down

0 comments on commit f39d39c

Please sign in to comment.