From 7ca196473f99b714590a65bb00f1a3a71b7c5535 Mon Sep 17 00:00:00 2001 From: Francisco Rodrigues Date: Thu, 5 Sep 2019 11:12:21 +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 ec0af36..306b345 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ __How to build MineScript__ 2. Run the command `java org.antlr.v4.Tool -Dlanguage=Python3 -visitor -no-listener MineScript.g4` on the MineScript directory. 3. To turn your code into a minecraft datapack, use `MineScript.py --file yourfile.ms` on the command line - Alternatively, you can download the binary file [here](https://github.com/ArmindoFlores/MineScript/releases/download/v1.0.0-beta/minescript-x86.exe) + Alternatively, you can download the binary file [here](https://github.com/ArmindoFlores/MineScript/releases/download/v1.1.1-beta/minescript-x86.exe) __Documentation:__