From 5bed4a6c7875e463008ffd0918d138ac7561d5bb Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 23 Feb 2026 08:35:16 +0000 Subject: [PATCH] =?UTF-8?q?Update=20README:=20coop=5Furl=20=E2=86=92=20blo?= =?UTF-8?q?g=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71043de..8de7495 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ shared/ cart_loader.py # Cart data loader for context processors context.py # Jinja2 context processors jinja_setup.py # Jinja2 template environment setup - urls.py # URL helpers (coop_url, market_url, etc.) + urls.py # URL helpers (blog_url, market_url, etc.) user_loader.py # Load current user from session http_utils.py # HTTP utility functions events/