Parcourir la source

Fix: Render architecture diagram correctly in README

llamatest il y a 2 mois
Parent
commit
768c79d17f
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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 🧑‍💻