diff --git a/Quick-Installer-usage.md b/Quick-Installer-usage.md index b83ddb2..0a99a3f 100644 --- a/Quick-Installer-usage.md +++ b/Quick-Installer-usage.md @@ -23,5 +23,5 @@ Similarly, this option overrides the default git branch (master). This is useful An example combining the two options is given below: ``` -curl -sL https://install.raspap.com | bash -s -- --repo billz/my-other-repo --branch my-great-feature +curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-great-feature ```