diff --git a/README.md b/README.md index b92caa6..4355349 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml" ``` Add your REST server url as secret: ``` -abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/" +`abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/"` ``` The secret will overwrite the `RESTIC_REPOSITORY` variable.