From 45003cbd63c7e089b328508b9b2ba79adc307931 Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Wed, 31 Jan 2024 17:25:58 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 253293e..d7aa179 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,15 @@ handle [RFC-3339 Timestamps](https://www.ietf.org/rfc/rfc3339.txt) and W3C [Date ## Features * Very easy to use. * Aim for 100% specification compliance. -* No external dependencies, minimal JAR size. +* No dependencies, minimal JAR size. * Apache 2 licensed, can be used in any project, even commercial. * Handling leap-seconds (if you want to). -* Well-[documented API](https://javadoc.io/doc/com.ethlo.time/itu/latest/com/ethlo/time/ITU.html). +* [Well-documented API](https://javadoc.io/doc/com.ethlo.time/itu/latest/com/ethlo/time/ITU.html). +* Works ## Performance -TL;DR: Typically **10x to 30x faster** than parsing and formatting with Java JDK classes. +**TL;DR:** Typically **10x to 30x faster** than parsing and formatting with Java JDK classes. The details and tests are available in a separate repository, [date-time-wars](https://github.com/ethlo/date-time-wars).