From bd856d8f9efb09d10b89459f1028fed762de40e2 Mon Sep 17 00:00:00 2001 From: BWS Systems Date: Fri, 29 Apr 2016 12:44:30 -0500 Subject: [PATCH] Fixed spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef2feb..eeacb19 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Format Example in the URL areas: {"item":"https://192.168.12.1/do/this/secure/thing"}] ``` #### Script or Command Execution -The release as of v2.0.0 will no support the execution of a local script or program. This will blindly fire off a process to run and is bound by the privileges of the java process. +The release as of v2.0.0 will now support the execution of a local script or program. This will blindly fire off a process to run and is bound by the privileges of the java process. To configure this type of manual add, you will need to select the Device type of "Execute Script/Program". @@ -959,4 +959,4 @@ To turn on debugging for the bridge, use the following extra parm in the command To turn on development mode so that it will not need an Harmony Hub for testing, use the following extra parm in the command line and the harmony ip and login info will not be needed: ``` java -jar -Ddev.mode=true ha-bridge-0.X.Y.jar -``` \ No newline at end of file +```