From 35d4bc4d4fa43d01f66b38e7b32fc6411c9b5429 Mon Sep 17 00:00:00 2001 From: Andreas Evers Date: Sun, 22 Feb 2015 17:46:23 +0100 Subject: [PATCH] Update README after rename of spring-restdocs-core to spring-restdocs Closes gh-22 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6887fe8..8c80cb5a 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ plugins { } ``` -Add a dependency on `spring-restdocs-core` in the `testCompile` configuration: +Add a dependency on `spring-restdocs` in the `testCompile` configuration: ```groovy dependencies { - testCompile 'org.springframework.restdocs:spring-restdocs-core:0.1.0.BUILD-SNAPSHOT' + testCompile 'org.springframework.restdocs:spring-restdocs:0.1.0.BUILD-SNAPSHOT' } ``` @@ -138,12 +138,12 @@ jar { You can look at either samples' `pom.xml` file to see the required configuration. The key parts are described below: -Add a dependency on `spring-restdocs-core` in the `test` scope: +Add a dependency on `spring-restdocs` in the `test` scope: ```xml org.springframework.restdocs - spring-restdocs-core + spring-restdocs 0.1.0.BUILD-SNAPSHOT test