diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index 05bfbb983..b451e0af7 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -225,7 +225,7 @@ response = client.inference.chat_completion( print(response.completion_message.content) ``` -### 4. Run the Python Scrip +### 4. Run the Python Script ```bash python test_llama_stack.py