From 984198bf0c19753677a516639a582b27fe20e8ed Mon Sep 17 00:00:00 2001 From: Ell Bradshaw Date: Tue, 1 Nov 2022 16:39:19 -0700 Subject: [PATCH] Fix link to backend example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe56a2d..6b9d4f9f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ module.exports = (on, config) => { ## Instrument backend code -Example in [test-apps/new-cypress-config/backend](test-apps/backend) folder. +Example in [test-apps/new-cypress-config/backend](test-apps/new-cypress-config/backend) folder. You can also instrument your server-side code and produce combined coverage report that covers both the backend and frontend code