From 320d0e629d8208f7a625092b1f081d1b363258ff Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Mon, 19 Oct 2015 12:16:44 -0700 Subject: [PATCH] Update README.md with proper grammar Past tense of "run" is "ran", not "runned". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0941684..0abcc40 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ Then, you can run the test with: ### Browser tests -Browser tests are not included in `npm test` as they run for too long, although they are runned automatically on Travis when merged into master. Run browser tests locally in any browser: +Browser tests are not included in `npm test` as they run for too long, although they are ran automatically on Travis when merged into master. Run browser tests locally in any browser: $ npm run test-browser-local