From 95f62d13e88c93664116b1161f6f218a4d3dcbba Mon Sep 17 00:00:00 2001 From: javierbrea Date: Wed, 7 Dec 2022 10:39:32 +0100 Subject: [PATCH] docs: Fix package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4867019..e742f59 100644 --- a/README.md +++ b/README.md @@ -250,8 +250,8 @@ Latest versions used in the E2E tests can be checked in the `devDependencies` of * [Cypress v10.x](https://github.com/javierbrea/cypress-fail-fast/blob/main/test-e2e/cypress-variants/cypress-10/package.json) * [Cypress v11.x](https://github.com/javierbrea/cypress-fail-fast/blob/main/test-e2e/cypress-variants/cypress-11/package.json) -* If you need Cypress 6 or Cypress 7 support, use @cypress-fail-fast 5.x -* If you need Cypress 5 or lower, use @cypress-fail-fast <= 4.x +* If you need Cypress 6 or Cypress 7 support, use `cypress-fail-fast` 5.x +* If you need Cypress 5 or lower, use `cypress-fail-fast` <= 4.x Anyway, if you find any issue for a specific Cypress version, please report it at https://github.com/javierbrea/cypress-fail-fast/issues.