From be9e24d1fddaa1f793e0567651cce1f2447b33b8 Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Mon, 26 May 2025 22:04:19 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f5f03..f814c9d 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -Small project to learn more about FXML and practice up on my Java. There is a snapshot release that contains a JAR file you can run using the java -jar command. +# Weather App + +## About +Small project to learn more about FXML and practice up on my Java. + +## Requirements +- JDK that includes JavaFX + +## Running +There is a snapshot release that contains a JAR file you can run using the following command: +- java -jar command.