From 4eaac223c8f84c4c4cfdb3fcf1f2f70b6d354e5a Mon Sep 17 00:00:00 2001 From: Urban Malc Date: Thu, 1 Dec 2022 12:08:24 +0100 Subject: [PATCH] Fixed README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58722bd..b3863dc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ For sample project, take a look at `kumuluzee-jcache` module in [kumuluzee-sampl This readme is not a comprehensive guide to JCache but is meant to outline the basic tasks you can accomplish with JCache annotations and APIs. -Additional resources: -[tomitribe/microprofile-jcache](https://github.com/tomitribe/microprofile-jcache/tree/master/jcache-cdi) -[JCache JavaDoc](https://www.javadoc.io/doc/javax.cache/cache-api/1.1.1) +Additional resources: +- [tomitribe/microprofile-jcache](https://github.com/tomitribe/microprofile-jcache/tree/master/jcache-cdi) +- [JCache JavaDoc](https://www.javadoc.io/doc/javax.cache/cache-api/1.1.1) ## Maven dependency