diff --git a/Readme.md b/Readme.md index 0aa7efa..69b3685 100644 --- a/Readme.md +++ b/Readme.md @@ -132,7 +132,7 @@ buildscript { } } dependencies { - classpath "gradle.plugin.com.betomorrow.gradle:gradle-spring-wording-plugin:1.0.0" + classpath "gradle.plugin.com.betomorrow.gradle:gradle-wording-plugin:1.0.0" } } ``` \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 04d9850..72998e3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'gradle-spring-wording-plugin' +rootProject.name = 'gradle-wording-plugin'