Skip to content

Commit

Permalink
Fixing small type in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-bhargava committed Jul 16, 2023
1 parent 8356094 commit 087c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 087c09d

Please sign in to comment.