From 029d812d90362323c250e9ff4f8f6526773e742a Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Wed, 8 Nov 2023 14:32:50 -0500 Subject: [PATCH] Updated README with latest version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5569921a..04ec7e59 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ To give this project a quick try on your own machine, just run some of the examp Download `blaze.jar` to your project directory. If you have `wget` available - wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.1/blaze-lite-1.5.1.jar' + wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.2/blaze-lite-1.5.2.jar' If you have `curl` available - curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.1/blaze-lite-1.5.1.jar' + curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.2/blaze-lite-1.5.2.jar' -Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.1/blaze-lite-1.5.1.jar) +Or simply [download the file in your web browser](https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.5.2/blaze-lite-1.5.2.jar) and save it to your project directory with a name of `blaze.jar` ## Write hello world blaze script in .java @@ -307,7 +307,7 @@ the following in your shell Writing your blaze scripts in an IDE is significantly more productive than trying to write them in a text editor. We initially tried writing our own IDE plugins to automatically recognize blaze was present, but that proved too difficult -to maintain over IDE versions. As of Blaze v1.5.1+, there is a new simple method to enable IDE support across any +to maintain over IDE versions. As of Blaze v1.5.2+, there is a new simple method to enable IDE support across any IDE that supports Maven projects. java -jar blaze.jar --generate-maven-project