Skip to content

Commit

Permalink
Fix another 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 59ad2c0 commit 6df4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ module.exports = function(config) {
browsers: ['SafariTechPreview'],
// optionally, if not using "detectBrowsers"
plugins: [
require('karma-safaritechpreview-launcher),
require('karma-safaritechpreview-launcher'),
]
});
};
Expand Down

0 comments on commit 6df4a5f

Please sign in to comment.