From 986ddba9b0b4a877e09b045950432763a8c06cf3 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sat, 1 Dec 2018 18:41:52 +0900 Subject: [PATCH] Fix list items markup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38a3d30..e6cae64 100644 --- a/README.md +++ b/README.md @@ -344,10 +344,10 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that assist with processing office document formats.* -* [Apache POI](https://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). -* [documents4j](http://documents4j.com) - API for document format conversion using third-party converters such as MS Word. -* [docx4j](https://www.docx4java.org/trac/docx4j) - Create and manipulate Microsoft Open XML files. -* [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. +- [Apache POI](https://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). +- [documents4j](http://documents4j.com) - API for document format conversion using third-party converters such as MS Word. +- [docx4j](https://www.docx4java.org/trac/docx4j) - Create and manipulate Microsoft Open XML files. +- [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. ### Formal Verification