From 3c9b33c24470349e549dfb7769b2ae59ce69fa78 Mon Sep 17 00:00:00 2001 From: Chuck Wooters Date: Sat, 20 Sep 2025 10:11:17 -0700 Subject: [PATCH] Update directory name in README instructions Small change to dir name in "Get started" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceeb091..178a7fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a collection of examples for [writing Cloudflare Workers in Python](http ## Get started 1. `git clone https://github.com/cloudflare/python-workers-examples` -2. `cd hello` +2. `cd 01-hello` 3. `npx wrangler@latest dev` 4. Press the `b` key to open a browser tab, and make a request to your Worker