From c02e0eac6edb4f4375e395f7af0172cc4fd72352 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Sat, 14 Oct 2023 11:39:59 -0400 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af6515a4..53b1be99 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ java-util [![Javadoc](https://javadoc.io/badge/com.cedarsoftware/java-util.svg)](http://www.javadoc.io/doc/com.cedarsoftware/java-util) -Rare, hard-to-write utilities that are thoroughly tested (> 98% code coverage via JUnit tests). This library has no -dependencies on other libraries for runtime. Built purely on JDK. +Rare, hard-to-write utilities that are thoroughly tested (> 98% code coverage via JUnit tests). This library has no +dependencies on other libraries for runtime. Built purely on JDK. To include in your project: ##### Gradle