From 087c09dc8309eec4a8b18415c09e7e4a32f409b9 Mon Sep 17 00:00:00 2001 From: Rishabh Bhargava Date: Sun, 16 Jul 2023 13:21:30 -0700 Subject: [PATCH] Fixing small type in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ff319..3e2ff24 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ class TemperatureUnit(Enum): fahrenheit = "fahrenheit" -@tool(regsitry=weather_registry) +@tool(registry=weather_registry) def get_current_weather(location: str, format: TemperatureUnit) -> str: """ Get the current weather