From a26f78cbab4cae9c14fdcb6cd934041b9ac93c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20T=C3=A2che?= Date: Sun, 5 Jan 2025 19:22:51 +0100 Subject: [PATCH] Fixes typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44be7a7..5c9dc1b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # FXML Compiler -## The project is not yet published to maven. +## The project is not yet published to Maven Central. ## Introduction -This projects aims at generating Java code from FXML files. +This project aims at generating Java code from FXML files. ## Requirements