diff --git a/README.md b/README.md index 1fa0548e..f0e5bacd 100644 --- a/README.md +++ b/README.md @@ -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))