Skip to content

Commit 69dada1

Browse files
committed
Fix readme formatting
1 parent 0dd9036 commit 69dada1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For example:
8282
$ tape -r ./my/local/module tests/**/*.js
8383
```
8484

85-
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.
85+
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.
8686

8787
# things that go well with tape
8888

0 commit comments

Comments
 (0)