Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 10, 2021
1 parent d3408c2 commit edeb915
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ A widget that displays the output of commands.

#### Weather

A widget that displays the weather condition and teamperature.
A widget that displays the weather condition and temperature.

```toml
[keys.widget]
Expand All @@ -242,9 +242,9 @@ A widget that displays the weather condition and teamperature.
theme = "openmoji" # optional
```

The supported location types can be found [here](http://wttr.in/:help).
The unit has to be either `celsius` or `fahrenheit`.
If `flatten = true` all pixels of the condition icon will have the color `color`.
The supported location types can be found [here](http://wttr.in/:help). The unit
has to be either `celsius` or `fahrenheit`. If `flatten` is `true` all pixels of
the condition icon will have the color `color`.

### Background Image

Expand Down

0 comments on commit edeb915

Please sign in to comment.