From 9d225961991ed599f35f4c8d4e7a206b87bf8c45 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 9 Feb 2024 11:49:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1b719..6523b09 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ work is stalled, since the xmlparser (hard-xml) does not allow xml entities that I don't even think it should support them and/or the regular java libs like jaxb would do that. So ... thinking of forking, but the code is really hard (declarative macro's) and not documented... -(background, we need to parse maven xml to be able to use remote maven repositories) +background: we need to parse maven xml to be able to use remote maven repositories. ---- An experimental build tool for Java taking inspiration from Cargo.