diff --git a/README.md b/README.md index 78351b8..8c624fa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions. -Magix Nix Cache uses the GitHub Actions [built-in cache][ghacache] to share builds between Workflow runs, and has many advantages over alternatives. +Magic Nix Cache uses the GitHub Actions [built-in cache][ghacache] to share builds between Workflow runs, and has many advantages over alternatives. 1. Totally free: backed by GitHub Actions' cache, there is no additional service to pay for. 1. Zero configuration: add our action to your workflow. That's it. @@ -72,7 +72,7 @@ Here is a table of the [telemetry data we collect][telemetry]: | `nars_uploaded` | Number of nars uploaded during this run. | | `num_original_paths` | Number of store paths that existed on startup. | | `num_final_paths` | Number of store paths that existed on shutdown. | -| `num_new_paths` | The diference between `num_original_paths` and `num_final_paths`. | +| `num_new_paths` | The difference between `num_original_paths` and `num_final_paths`. | To disable diagnostic reporting, set the diagnostics URL to an empty string by passing `--diagnostic-endpoint=""`.