Skip to content

Commit

Permalink
Update readme to follow new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Oct 16, 2024
1 parent 29d0c4a commit db19cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit db19cd8

Please sign in to comment.