From 59d6769bf4e7649bda38c7ebc2fe5530642da8a6 Mon Sep 17 00:00:00 2001 From: aayushwhiz Date: Fri, 6 Dec 2024 13:54:27 -0800 Subject: [PATCH] add missing colon --- demos/weather_forecast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/weather_forecast/README.md b/demos/weather_forecast/README.md index b25a8b36..2dfd6a8f 100644 --- a/demos/weather_forecast/README.md +++ b/demos/weather_forecast/README.md @@ -57,7 +57,7 @@ If using Logfire, navigate to your logfire dashboard that you got the write key ### Stopping Demo -1. To end the demo, run the following command +1. To end the demo, run the following command: ```sh sh run_demo.sh down ```