Skip to content

Commit

Permalink
Merge pull request #40 from ChrisWren/master
Browse files Browse the repository at this point in the history
Fixed syntax error in Sharing Configs example
  • Loading branch information
geddski committed Jul 7, 2013
2 parents 1ed565c + dc67293 commit eb956ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ karma: {
browsers: ['Chrome', 'Firefox']
},
continuous: {
singleRun: true
singleRun: true,
browsers: ['PhantomJS']
},
dev: {
Expand Down Expand Up @@ -124,4 +124,4 @@ karma: {
The build would then run `grunt karma:continuous` to start PhantomJS, run tests, and close PhantomJS.

##License
MIT License
MIT License

0 comments on commit eb956ca

Please sign in to comment.