From 42b6a251d50e32fb4ff67d2758a6b467a6d826d0 Mon Sep 17 00:00:00 2001 From: Matt Helm Date: Fri, 27 Jun 2025 15:02:53 -0700 Subject: [PATCH] Fix typo in README Correct spelling of BUILDKITE_ANALYTICS_TOKEN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e8103..86935ed 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The official Python adapter for [Buildkite Test Analytics](https://buildkite.com 3. Set up your API token -Add the `BUIDLKITE_ANALYTICS_TOKEN` environment variable to your build system's environment. +Add the `BUILDKITE_ANALYTICS_TOKEN` environment variable to your build system's environment. 4. Run your tests