diff --git a/Bibata.sh b/Bibata.sh
index c7e58a96..9040faa7 100755
--- a/Bibata.sh
+++ b/Bibata.sh
@@ -4,7 +4,7 @@
BIBATA=${BIBATA:-/tmp/Bibata}
REPO=${REPO:-KaizIqbal/Bibata_Cursor}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
-BRANCH=${BRANCH:-devlopment}
+BRANCH=${BRANCH:-master}
command_exists() {
command -v "$@" >/dev/null 2>&1
diff --git a/README.md b/README.md
index 11a252db..db43b984 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
-
+
@@ -94,13 +94,13 @@ Bibata cursor is installed by running one of the following commands in your term
##### via curl
```shell
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/devlopment/Bibata.sh)"
+sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)"
```
##### via wget
```shell
-sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/devlopment/Bibata.sh)"
+sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)"
```
Latest `Stable` & `Development` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases)