Skip to content

Commit

Permalink
Updated README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 8, 2023
1 parent 103f428 commit 029d812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 029d812

Please sign in to comment.