Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jun 23, 2017
1 parent 25a2013 commit 59ad2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ npm install karma-safaritechpreview-launcher --save-dev
// karma.conf.js
module.exports = function(config) {
config.set({
browsers: ['SafariTechPreview']
browsers: ['SafariTechPreview'],
// optionally, if not using "detectBrowsers"
plugins: [
require('karma-safaritechpreview-launcher’),
Expand Down

0 comments on commit 59ad2c0

Please sign in to comment.