From c9fe7a7eba24db9d4bc65921a508261e03527c17 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Mon, 10 Feb 2025 13:55:17 -0800 Subject: [PATCH] Fix typo (#401) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcfa66f..2dcf94b5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Arch is engineered with purpose-built LLMs to handle critical but pesky tasks re To get in touch with us, please join our [discord server](https://discord.gg/pGZf2gcwEc). We will be monitoring that actively and offering support there. ## Demos -* [Sample App: Weather Forecast Agent](demos/samples_python/weather_forecast/README.md) - A sample agentic weather forecasting appp that highlights core function calling capabilities of Arch. +* [Sample App: Weather Forecast Agent](demos/samples_python/weather_forecast/README.md) - A sample agentic weather forecasting app that highlights core function calling capabilities of Arch. * [Sample App: Network Operator Agent](demos/samples_python/network_switch_operator_agent/README.md) - A simple network device switch operator agent that can retrive device statistics and reboot them. * [User Case: Connecting to SaaS APIs](demos/use_cases/spotify_bearer_auth) - Connect 3rd party SaaS APIs to your agentic chat experience.