From 42247a48cadb664dcb17e938a74216cff5abd884 Mon Sep 17 00:00:00 2001 From: Fedor Kanin Date: Sat, 4 Apr 2026 14:17:03 +0200 Subject: [PATCH] Fix inconsistent filename in quickstart guide Change 'my-play.py' to 'play.py' to match the run command in the bash code block. Fixes #16. --- index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdx b/index.mdx index b894811..5cbfc1c 100644 --- a/index.mdx +++ b/index.mdx @@ -62,7 +62,7 @@ echo 'ARC_API_KEY=your-api-key-here' > .env ### 3. Play your first game -Create a file called `my-play.py`: +Create a file called `play.py`: ```python import arc_agi