From 69dada15d940f9925e4e9a4ff6c71039d497c2cd Mon Sep 17 00:00:00 2001 From: Josh Gillies Date: Wed, 6 Jan 2016 21:18:22 +1100 Subject: [PATCH] Fix readme formatting --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index f07f2724..56503537 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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