Skip to content

Commit

Permalink
fix tag example in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Vasylchenko committed Dec 30, 2016
1 parent 99d64da commit 5e321c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-jvm-provider-sbt/README.md
Expand Up @@ -135,7 +135,7 @@ import au.com.dius.pact.provider.sbt._
SbtProviderPlugin.config ++ Seq(
providers := Seq(
ProviderConfig(name = "Our Service")
.hasPactsFromPactBroker(new URL("http://pact-broker.local"), "tagName"))
.hasPactsFromPactBroker(new URL("http://pact-broker.local"), Some("tagName")))
)
```

Expand Down

0 comments on commit 5e321c5

Please sign in to comment.