From ba826b19619802ff59054c64b98e983ea1e6ffad Mon Sep 17 00:00:00 2001 From: Imad Saddik <79410781+ImadSaddik@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:51:58 +0100 Subject: [PATCH] Fixed a few typos in README.md (#593) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f3ff37b..39935eed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Arch Logo + Arch Logo
@@ -64,8 +64,8 @@ To get in touch with us, please join our [discord server](https://discord.gg/pGZ ## Demos * [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. +* [Sample App: Network Operator Agent](demos/samples_python/network_switch_operator_agent/README.md) - A simple network device switch operator agent that can retrieve device statistics and reboot them. +* [Use Case: Connecting to SaaS APIs](demos/use_cases/spotify_bearer_auth) - Connect 3rd party SaaS APIs to your agentic chat experience. ## Quickstart @@ -254,7 +254,7 @@ prompt_targets: type: str in_path: true endpoint: - name: frankfurther_api + name: frankfurter_api path: /v1/latest?base=USD&symbols={currency_symbol} system_prompt: | You are a helpful assistant. Show me the currency symbol you want to convert from USD. @@ -262,11 +262,11 @@ prompt_targets: - name: get_supported_currencies description: Get list of supported currencies for conversion endpoint: - name: frankfurther_api + name: frankfurter_api path: /v1/currencies endpoints: - frankfurther_api: + frankfurter_api: endpoint: api.frankfurter.dev:443 protocol: https ```