Update the README following rename of RestDocumentationConfiguration

This commit is contained in:
Andy Wilkinson
2015-02-24 11:32:22 +00:00
parent ea77bd530a
commit 565a57e5da

View File

@@ -251,7 +251,7 @@ documentation snippets:
public void setUp() {
this.mockMvc = MockMvcBuilders
.webAppContextSetup(this.context)
.apply(new RestDocumentationConfiguration()
.apply(new RestDocumentationConfigurer()
.withScheme("https")
.withHost("localhost")
.withPort(8443))