diff --git a/README.md b/README.md index ad2af67..09d9e2d 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ example .envrc: ```env #!/usr/bin/env bash -export Q3RCON_CLI_HOST="localhost" -export Q3RCON_CLI_PORT="28960" +export Q3RCON_CLI_HOST=localhost +export Q3RCON_CLI_PORT=28960 export Q3RCON_CLI_PASSWORD="" ```