From 8575deadf12045d00cf813c8a5e8155507bc5704 Mon Sep 17 00:00:00 2001 From: BWS Systems Date: Thu, 22 Sep 2016 09:02:28 -0500 Subject: [PATCH] Update readne.md for a missed version change Changed line for download of ha-bridge jar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31abdb..c4d6b12 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Create the directory and make sure that ha-bridge-3.1.0.jar is in your /home/pi/ ``` pi@raspberrypi:~ $ mkdir habridge pi@raspberrypi:~ $ cd habridge -pi@raspberrypi:~/habridge $ wget https://github.com/bwssytems/ha-bridge/releases/download/v2.0.6/ha-bridge-3.1.0.jar +pi@raspberrypi:~/habridge $ wget https://github.com/bwssytems/ha-bridge/releases/download/v3.1.0/ha-bridge-3.1.0.jar ``` Edit the shell script for starting: ```