From cd957117670df0e2fa7787d804b4733ed952e9ca Mon Sep 17 00:00:00 2001 From: Paul Beigang Date: Tue, 3 Dec 2024 15:55:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8916297..2f83152 100644 --- a/README.md +++ b/README.md @@ -376,4 +376,4 @@ describe("Pact Verification", () => { #### Run the Provider tests -Let's run the provider test. If you like, click around the project to see the files from above in context. The most interesting file is the consumer test in `./provider/provider.spec.js` . +Let's run the provider test. If you like, click around the project to see the files from above in context. The most interesting file is the provider test in `./provider/provider.spec.js` .