From cdefdbefddbb7893bae18cf2951fe8747d3df5e6 Mon Sep 17 00:00:00 2001 From: Sam Tavakoli Date: Wed, 19 Oct 2022 14:45:15 +0100 Subject: [PATCH] fix: Support for asynchronous interactions is considered stable See https://pact-foundation.slack.com/archives/C9UTHTFFB/p1666186980414829?thread_ts=1666185526.741109&cid=C9UTHTFFB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3449a5177..84ba904d0 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ _NOTE_: the above script installs the latest standalone tools at the time it was ## Using Pact -Pact supports [synchronous request-response style HTTP interactions](#http-api-testing) and has experimental support for [asynchronous interactions](#asynchronous-api-testing) with JSON-formatted payloads. +Pact supports [synchronous request-response style HTTP interactions](#http-api-testing) and has support for [asynchronous interactions](#asynchronous-api-testing) with JSON-formatted payloads. Pact Go runs as part of your regular Go tests.