Skip to content

Commit 394b8ba

Browse files
authored
Merge pull request #20 from Mifrill/support/update-README.md
chore: fix syntax errors in code examples
2 parents a180653 + 4137958 commit 394b8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Pact.message_provider "MyMessageProvider" do
6363
builder do |message_description|
6464
#... code that accepts a message description and returns
6565
# a message hash that should match what is expected in the pact
66-
do
66+
end
6767
end
6868

6969
```
@@ -86,7 +86,7 @@ CONFIG = {
8686
Pact.message_provider "SomeProvider" do
8787
builder do |description|
8888
CONFIG[description].call
89-
do
89+
end
9090
end
9191

9292
```

0 commit comments

Comments
 (0)