diff --git a/README.md b/README.md index a929433..034c9bb 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Results Explanation: -* `--spawn_strategy=local` is the baseline. This is the fastest possible - approach (no sandbox), but does never runs in production. +* `--spawn_strategy=local` is the baseline. This is the theoretically fastest + approach (no sandbox), but unfit for production. * `--spawn_strategy=sandboxed` is the default for Bazel. This is what happens if one does not pass any arguments. * `--spawn_strategy=sandboxed --experimental_reuse_sandbox_directories` is an