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:**