From 037212c7b18fb2cd38ca7db19ac8383d83443073 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 16 Sep 2024 10:32:53 -0700 Subject: [PATCH] minor heading --- docs/cli_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli_reference.md b/docs/cli_reference.md index 26437bd1a..b80fb5b3f 100644 --- a/docs/cli_reference.md +++ b/docs/cli_reference.md @@ -444,7 +444,7 @@ INFO: Uvicorn running on http://[::]:5000 (Press CTRL+C to quit) This server is running a Llama model locally. -## Step 3.4 Test with Client +### Step 3.4 Test with Client Once the server is setup, we can test it with a client to see the example outputs. ``` cd /path/to/llama-stack