浏览代码

Fix: Render architecture diagram correctly in README

llamatest 2 月之前
父节点
当前提交
768c79d17f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      end-to-end-use-cases/technical_blogger/readme.md

+ 1 - 2
end-to-end-use-cases/technical_blogger/readme.md

@@ -40,8 +40,7 @@ Follow these steps to set up and run the technical blog generator.
 
 First, clone the `llama-cookbook` repository and navigate to the specific recipe directory:
 
-```bash
-git clone [https://github.com/your-github-username/llama-cookbook.git](https://github.com/your-github-username/llama-cookbook.git) # Replace with actual repo URL if different
+git clone [https://github.com/your-github-username/llama-cookbook.git](https://github.com/your-github-username/llama-cookbook.git) 
 cd llama-cookbook/end-to-end-use-cases/technical_blogger
 
 ### Step 2: Set Up Your Python Environment 🧑‍💻