From 164e324c1cf84d74babce51fdc13b0d92e29c3c4 Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Thu, 5 Apr 2018 19:46:07 +0530 Subject: [PATCH] updating readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 427bf249..83398a65 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ http://docs.wso2.com/iot-server. * Support for SCEP protocol (encryption and authenticity) ### How to Run -* Extract the downloaded wso2iot-3.2.0.zip file; this will create a folder named ‘wso2iot-3.2.0’. +* Extract the downloaded wso2iot-3.3.0.zip file; this will create a folder named ‘wso2iot-3.3.0’. * IoT Server comes with three runnable components namely broker, core, and analytics. Start these components in following order by executing the following scripts: - * wso2iot-3.2.0//bin/broker.sh [.bat] - * wso2iot-3.2.0/bin/iot-server.sh [.bat] - * wso2iot-3.2.0/bin/analytics.sh [.bat] + * wso2iot-3.3.0/bin/broker.sh [.bat] + * wso2iot-3.3.0/bin/iot-server.sh [.bat] + * wso2iot-3.3.0/bin/analytics.sh [.bat] ### How to Contribute