From 3e4f22639da28c1baaf55bc51324e1a7c49ebc52 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Sat, 5 Oct 2019 12:29:17 +0530 Subject: [PATCH] Fix readme to point tag version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785e066e..836307bf 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ dpkg -i cellery-ubuntu-x64-.deb - Execute below script to complete cellery installation. ```bash - $ wget -O - https://raw.githubusercontent.com/wso2-cellery/sdk/master/installers/cellery_finalize.sh | sudo bash + $ wget -O - https://raw.githubusercontent.com/wso2-cellery/sdk/v0.4.0/installers/cellery_finalize.sh | sudo bash ```