pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.59k stars 343 forks source link

docs: fix Message link in messages examples README #1097

Closed mcalthrop closed 1 year ago

mcalthrop commented 1 year ago

Fixed the link to the Message object in the messages examples README was incorrect.

Please note: to test this PR, I ran the following commands:

npm install
npm run dist

This resulted in an error: Screenshot 2023-06-29 at 09 23 55

So I ran this command:

ENABLE_FEATURE_V4=true npm run dist

And that command succeeded.

mefellows commented 1 year ago

Thanks, great spot - that needs to be updated. I'll get that sorted next week - thanks for the PR!