From b8e4002d18559542af4117432d91a38e8f9ba63d Mon Sep 17 00:00:00 2001 From: Ben Lowery Date: Sun, 27 Dec 2015 17:53:11 -0500 Subject: [PATCH] Fix a typo in the README "all modules" was doubled up --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 0d537d0c..f07f2724 100644 --- a/readme.markdown +++ b/readme.markdown @@ -82,7 +82,7 @@ For example: $ tape -r ./my/local/module tests/**/*.js ``` -Please note that modules 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