From 651f4872330bb600fb1a3902a8f73dbfc81958fa Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 2 May 2024 12:22:12 -0400 Subject: [PATCH] Remove prefix dot from localConfig.cjs in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b2cdd..1558265 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The `implementations` array may contain more than one implementation object, to test multiple implementations in one run. ```js -// .localConfig.cjs defining local implementations +// localConfig.cjs defining local implementations // you can specify a BASE_URL before running the tests such as: // BASE_URL=http://localhost:40443/zDdfsdfs npm test const baseUrl = process.env.BASE_URL || 'https://localhost:40443/id';