From ab87803b59414489d37d2a30dfe9efba3ddb25d8 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:48:49 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acc3c36..03bcd85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Github Codebase Tutorial Generator A Cloudflare Worker that automatically generates comprehensive tutorials from GitHub repositories using AI. It crawls repositories, identifies key abstractions, analyzes relationships, and creates structured markdown tutorials with chapters, code examples, and diagrams. @@ -34,7 +36,7 @@ A Cloudflare Worker that automatically generates comprehensive tutorials from Gi **Alternative: Use Cloudflare AI instead of Gemini** - Uncomment AI binding in `wrangler.jsonc` - - Uncomment `AI: Ai;` in `src/worker/utils/types.ts` + - Uncomment `AI: Ai;` in `src/worker/index.ts` - Uncomment Cloudflare AI code in `src/worker/utils/utils.ts` (lines 4-12) 3. **Setup Cloudflare resources:**