From 25813399e8462746f94ba6264c5f51675c7f7a82 Mon Sep 17 00:00:00 2001 From: salmank Date: Sun, 17 May 2026 13:07:36 +0530 Subject: [PATCH] fix: Remove extra links and fix H1 title in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 063e467..e33fe80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Run TestCafe Tests on TestMu AI (Formerly LambdaTest) +# Run TestCafe Tests on TestMu AI (Formerly LambdaTest)

Made by TestMu AI @@ -17,8 +17,8 @@ With TestMu AI (Formerly LambdaTest), you can run TestCafe end-to-end browser te ### Prerequisites -- [Node.js](https://nodejs.org/en/download/) (LTS version recommended) and npm -- [TestCafe](https://devexpress.github.io/testcafe/) installed globally: +- Node.js (LTS version recommended) and npm +- TestCafe installed globally: ```bash npm install -g testcafe @@ -30,7 +30,7 @@ npm install -g testcafe npm install testcafe-browser-provider-lambdatest ``` -- A TestMu AI (Formerly LambdaTest) account — [sign up here](https://www.testmuai.com/register/) +- A TestMu AI (Formerly LambdaTest) account — sign up here ### Setup