From 4bd9b0572fc4b907a00935011a667e62a3f88970 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 1 Jun 2026 13:40:04 -0400 Subject: [PATCH] Remove "[4]" from the Language choice. It's already changed to 5 due to the addition of C++. No sense chasing it. People having different versions of the CLI installed will make it disagree anyway. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff75c2d..7965339 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Here's how to write your own Python WSGI app and run it on Fastly's edge network 3. `cd your-project` 4. Install the [Fastly CLI](https://www.fastly.com/documentation/reference/tools/cli/) if you don't already have it. 5. `fastly compute init` -6. Say yes when warned "The current directory isn't empty." Answer "[4] Other" when it asks for Language. +6. Say yes when warned "The current directory isn't empty." Answer "Other" when it asks for Language. 7. Add this to the bottom of `fastly.toml`: ``` [scripts]