diff --git a/README.md b/README.md index a7ac6f3..75b4d15 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ ### Environment Variables Generate the APP_KEY: ```bash -openssl rand -base64 32 | tr -d '=' +echo "base64:$(openssl rand -base64 32)" ``` ### Deployment