diff --git a/docs/jasmine-examples.md b/docs/jasmine-examples.md index f502543..d34ad34 100644 --- a/docs/jasmine-examples.md +++ b/docs/jasmine-examples.md @@ -57,8 +57,8 @@ grunt.initConfig({ helpers: 'spec/*Helper.js', template: require('exports-process.js'), vendor: [ - "vendor/*.js", - "http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" + 'vendor/*.js', + 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' ] } }