Update readne.md for a missed version change

Changed line for download of ha-bridge jar
This commit is contained in:
BWS Systems
2016-09-22 09:02:28 -05:00
committed by GitHub
parent f7df6951b0
commit 8575deadf1

View File

@@ -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:~ $ mkdir habridge
pi@raspberrypi:~ $ cd 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: Edit the shell script for starting:
``` ```