diff --git a/README.md b/README.md index fb2b98c..921a827 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ # bootique-jcache + Integration of JCache caching API with Bootique. Provides injectable CacheManager. *For additional help/questions about this example send a message to @@ -59,4 +60,4 @@ Integration of JCache caching API with Bootique. Provides injectable CacheManage `bootique-jcache` **does not** bundle a JCache provider. You will need to explicitly include a provider of your choice on the classpath of your application, such as EhCache, Caffeine, Hazelcast, etc. You can find the details of different -provider integrations in the [examples](https://github.com/bootique-examples/bootique-jcache-examples). \ No newline at end of file +provider integrations in the [examples](https://github.com/bootique-examples/bootique-jcache-examples).