From 9d8fe027298427b898f6d8fb28739c84f914645d Mon Sep 17 00:00:00 2001 From: Aayush <82300923+aayushwhiz@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:02:41 -0800 Subject: [PATCH] fix the README for the weather_forecasting demo (#336) * README fix * add missing colon --- demos/weather_forecast/README.md | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/demos/weather_forecast/README.md b/demos/weather_forecast/README.md index b9e9809e..2dfd6a8f 100644 --- a/demos/weather_forecast/README.md +++ b/demos/weather_forecast/README.md @@ -57,26 +57,7 @@ If using Logfire, navigate to your logfire dashboard that you got the write key ### Stopping Demo -1. To shut down the Jaeger demo, run the following command: - -```sh -sh run_demo.sh down jaeger -``` - -or run: - -```sh -sh run_demo.sh down -``` - -2. To shut down the Logfire demo, run the following command: - -```sh -sh run_demo.sh down logfire -``` - -3. To shut down the Signoz demo, run the following command: - -```sh -sh run_demo.sh down signoz -``` +1. To end the demo, run the following command: + ```sh + sh run_demo.sh down + ```