Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from cesarandreu/master
Browse files Browse the repository at this point in the history
Typo in README
  • Loading branch information
swissmanu committed Jan 31, 2014
2 parents 9972cee + 924f669 commit 9e3ad3a
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 @@ -24,8 +24,8 @@ exports.config = {
onPrepare: function() {
// Add a screenshot reporter and store screenshots to `/tmp/screnshots`:
jasmine.getEnv().addReporter(new ScreenShotReporter({
baseDirectory: '/tmp/screenshots')
});
baseDirectory: '/tmp/screenshots'
}));
}
}
```
Expand Down

0 comments on commit 9e3ad3a

Please sign in to comment.