From f7752a75bf0b566f3b64f8d2de3101d2ad34c504 Mon Sep 17 00:00:00 2001 From: Sirajuddin Khan Date: Thu, 1 Feb 2024 19:27:08 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97db3ef..4ed5648 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ set LT_ACCESS_KEY="YOUR_ACCESS_KEY" > **Test Scenario**: Check out the sample SingleTest.cs file. This xUnit Selenium script tests a sample to-do list app by marking a couple of items as done, adding a new item to the list, and finally displaying the count of pending items as output. -**Step 3:** Navigate to [config.json](https://github.com/LambdaTest/CSharp-xUnit-Selenium/blob/master/xUnitSelenium/config.json) using VSCode. Replace this code in the config.json file in your project. +**Step 3:** Navigate to [config.json](https://github.com/LambdaTest/CSharp-xUnit-Selenium/blob/master/XUnit-LambdaTest/config.json/) using VSCode. Replace this code in the config.json file in your project. ### Configuration of Your Test Capabilities