diff --git a/1.0.x/spring-cloud-contract.html b/1.0.x/spring-cloud-contract.html
index 6f4a44d642..6adf5b2752 100644
--- a/1.0.x/spring-cloud-contract.html
+++ b/1.0.x/spring-cloud-contract.html
@@ -1257,8 +1257,9 @@ and contentType() methods to create request matchers, but not both.
On the consumer side, assuming the resource.json generated above is
-available on the classpath, you can create a stub using WireMock in a
+
On the consumer side, you can make the resource.json generated above
+available on the classpath (by publishing stubs as JARs for example).
+After that, you can create a stub using WireMock in a
number of different ways, including as described above using
@AutoConfigureWireMock(stubs="classpath:resource.json").