Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed spelling
  • Loading branch information
troya2 authored Jul 3, 2024
1 parent ed06809 commit 251d26d
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 @@ -218,7 +218,7 @@ data.hourly # => Array[OpenWeather::Models::OneCall::HourlyWeather]

### Hourly Forecast (Pro)

The [Hourly Forecast API](https://openweathermap.org/api/hourly-forecast) provides hourly weather forecast for 4 days. Note: This API requires a piad api-key from [OpenWeather.org](https://openweathermap.org/full-price#current).
The [Hourly Forecast API](https://openweathermap.org/api/hourly-forecast) provides hourly weather forecast for 4 days. Note: This API requires a paid api-key from [OpenWeather.org](https://openweathermap.org/full-price#current).

```ruby
data = client.client.hourly(lat: 33.5312, lon: -111.9426) # => OpenWeather::Models::Forecast::Hourly
Expand Down

0 comments on commit 251d26d

Please sign in to comment.