Skip to content

Commit

Permalink
docs(readme): add host to example
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Apr 7, 2019
1 parent 36859ef commit 6887cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Pact.service_consumer "Zoo App" do
has_pact_with "Animal Service" do
mock_service :animal_service do
port 1234
host "..." # optional, defaults to "localhost"
end
end
end
Expand Down

0 comments on commit 6887cdd

Please sign in to comment.