diff --git a/README.md b/README.md index 4a184f5..1da247e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The guava cache provides a simple in memory cache with maximal capacity and TTL. ```groovy dependencies { implementation 'org.grails.plugins:cache' - implementation 'io.github.gpc:cache-guava:2.0.0-SNAPSHOT' + implementation 'io.github.gpc:grails-cache-guava:2.0.0-SNAPSHOT' } ```