Skip to content

Commit

Permalink
Merge pull request #48 from cvan/patch-1
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
3rd-Eden committed Sep 30, 2015
2 parents 273c805 + 8c7f0fd commit c507c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@

**pre-commit** is a pre-commit hook installer for `git`. It will ensure that
your `npm test` (or other specified scripts) passes before you can commit your
changes. This all conveniently configured in your package.json.
changes. This all conveniently configured in your `package.json`.

But don't worry, you can still force a commit by telling `git` to skip the
`pre-commit` hooks by simply committing using `--no-verify`.
Expand Down Expand Up @@ -40,7 +40,7 @@ specified in your `package.json` "scripts" field. So before people commit you
could ensure that:

- You have 100% coverage
- All stying passes.
- All styling passes.
- JSHint passes.
- Contribution licenses signed etc.

Expand Down

0 comments on commit c507c6c

Please sign in to comment.