diff --git a/site/guide/2-getting-started.md b/site/guide/2-getting-started.md index af55733e..b9916e1d 100644 --- a/site/guide/2-getting-started.md +++ b/site/guide/2-getting-started.md @@ -103,5 +103,5 @@ Visit `http://localhost:8000` to see your first Rocket application in action! ! tip: Don't like colors or emoji? You can disable colors and emoji by setting the `ROCKET_CLI_COLORS` - environment variable to `0` or `off` when running a Rocket binary: - `ROCKET_CLI_COLORS=off cargo run`. + environment variable to `0` or `false` when running a Rocket binary: + `ROCKET_CLI_COLORS=false cargo run`.