diff --git a/docs/docs/experiments/experiments.md b/docs/docs/experiments/experiments.md index ff2c69f6..ab99016d 100644 --- a/docs/docs/experiments/experiments.md +++ b/docs/docs/experiments/experiments.md @@ -21,10 +21,10 @@ are intended to replace. You can enable an experimental feature by: -1. Using the `--x-` flag. This is intended for one-off invocations of +1. Using the `--x-{feature}` flag. This is intended for one-off invocations of Task to test out experimental features. You can also disable a feature by - specifying a falsy value such as `--x-=false`. -1. Using the `TASK_X_=1` environment variable. This is intended for + specifying a falsy value such as `--x-{feature}=false`. +1. Using the `TASK_X_{FEATURE}=1` environment variable. This is intended for permanently enabling experimental features in your environment. Flags will always override environment variables. @@ -38,15 +38,15 @@ existing Taskfiles to the new behavior.