Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creynders committed Apr 13, 2012
1 parent 858133b commit bd746a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,15 +12,15 @@ Then add this line to your project's `grunt.js` gruntfile at the bottom:
grunt.loadNpmTasks('grunt-jasmine-task');
```

also add this to the grunt.initConfig object in the same file:
Also add this to the grunt.initConfig object in the same file:

```javascript
jasmine: {
index: ['specs/index.html']
},
```
replace ```specs/index.html``` obviously with the location of your jasmine spec running html file.
now you can run the jasmine task with:
Obviously you need to replace ```specs/index.html``` with the location of your jasmine spec running html file.
Now you can run the jasmine task with:

```grunt jasmine```

Expand Down

0 comments on commit bd746a9

Please sign in to comment.