From 0b66fde0817f10805efc387a9f0dda86aaa27127 Mon Sep 17 00:00:00 2001 From: Walmyr Filho Date: Tue, 12 Feb 2019 00:27:40 +0100 Subject: [PATCH] Fix typo on readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e0a9d..f37e7da 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Run `npm i` to install the dev dependencies. Run `npx cypress open` to open cypress, then click the **Run all specs** button to run the tests in interactive mode. -Or run `npx t` to run the tests in headless mode. +Or run `npm t` to run the tests in headless mode. ### Build status -- GitLab