From b6b836a55ffe5bfcee6685dd3708043553060508 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Mon, 15 Dec 2014 19:31:19 +1100 Subject: [PATCH] fixed link in readme --- pact-jvm-consumer-junit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pact-jvm-consumer-junit/README.md b/pact-jvm-consumer-junit/README.md index 4c4863d1e6..61477de8bd 100644 --- a/pact-jvm-consumer-junit/README.md +++ b/pact-jvm-consumer-junit/README.md @@ -80,7 +80,7 @@ public class ExampleJavaConsumerPactTest extends ConsumerPactTest { ### Using the Pact JUnit Rule -Thanks to @warmuuh we have a JUnit rule that simplifies running Pact consumer tests. To use it, create a test class +Thanks to [@warmuuh](https://github.com/warmuuh) we have a JUnit rule that simplifies running Pact consumer tests. To use it, create a test class and then add the rule: #### 1. Add the Pact Rule to your test class.