Skip to content

Commit

Permalink
Merge pull request #20 from Mifrill/support/update-README.md
Browse files Browse the repository at this point in the history
chore: fix syntax errors in code examples
  • Loading branch information
YOU54F authored May 11, 2023
2 parents a180653 + 4137958 commit 394b8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Pact.message_provider "MyMessageProvider" do
builder do |message_description|
#... code that accepts a message description and returns
# a message hash that should match what is expected in the pact
do
end
end

```
Expand All @@ -86,7 +86,7 @@ CONFIG = {
Pact.message_provider "SomeProvider" do
builder do |description|
CONFIG[description].call
do
end
end

```
Expand Down

0 comments on commit 394b8ba

Please sign in to comment.