Skip to content

Commit

Permalink
Merge pull request #233 from joshgillies/master
Browse files Browse the repository at this point in the history
[Docs] Fix readme formatting
  • Loading branch information
ljharb committed Jan 6, 2016
2 parents 0dd9036 + 69dada1 commit 6e2e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For example:
$ tape -r ./my/local/module tests/**/*.js
```

Please note that all modules loaded using the `-r` flag will run *before* any tests, regardless of when they are specified. For example, `tape -r a b -r c` will actually load `a` and `c` *before` loading `b`, since they are flagged as required modules.
Please note that all modules loaded using the `-r` flag will run *before* any tests, regardless of when they are specified. For example, `tape -r a b -r c` will actually load `a` and `c` *before* loading `b`, since they are flagged as required modules.

# things that go well with tape

Expand Down

0 comments on commit 6e2e204

Please sign in to comment.