diff --git a/README.md b/README.md
index 7b9603e..24900e8 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@
@@ -78,7 +78,7 @@ If you are using **Void Linux**, you can install [betterlockscreen](https://gith
### Installation Script
-We have created an automatic [install-script](https://github.com/pavanjadhaw/betterlockscreen/blob/master/install.sh) for Betterlockscreen. The script is very simple and takes three parameters:
+We have created an automatic [install-script](https://github.com/pavanjadhaw/betterlockscreen/blob/main/install.sh) for Betterlockscreen. The script is very simple and takes three parameters:
* ``: (string) 'user' installs to '~/.local/bin/', 'system' installs to '/usr/local/bin'
* `[]`: (string) defaults to 'latest' which will determinate the latest tag from git or specified branch/tag
* `[]`: (boolean) defaults to 'false' - Whether to copy and enable system-service.
@@ -93,7 +93,7 @@ For user-installation:
wget https://git.io/JZyxV -O - -q | bash -- user
```
-Please note: The [git.io](https://git.io/)-URL is just a short-url for the [master/install.sh](https://raw.githubusercontent.com/pavanjadhaw/betterlockscreen/master/install.sh).
+Please note: The [git.io](https://git.io/)-URL is just a short-url for the [main/install.sh](https://raw.githubusercontent.com/pavanjadhaw/betterlockscreen/main/install.sh).
### Manual Installation
@@ -103,10 +103,10 @@ You will need to copy "betterlockscreen" to you desired binary-directory, if you
Example (Ubuntu):
```sh
-wget https://github.com/pavanjadhaw/betterlockscreen/archive/refs/heads/master.zip
-unzip master.zip
+wget https://github.com/pavanjadhaw/betterlockscreen/archive/refs/heads/main.zip
+unzip main.zip
-cd betterlockscreen-master/
+cd betterlockscreen-main/
chmod u+x betterlockscreen
cp betterlockscreen /usr/local/bin/
@@ -275,7 +275,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md).
## License
-Betterlockscreen is under [MIT](https://github.com/pavanjadhaw/betterlockscreen/blob/master/LICENSE) license.
+Betterlockscreen is under [MIT](https://github.com/pavanjadhaw/betterlockscreen/blob/main/LICENSE) license.
### Feel free to use and distribute