Skip to content

Commit edeb915

Browse files
committed
Fix typo in README
1 parent d3408c2 commit edeb915

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ A widget that displays the output of commands.
229229

230230
#### Weather
231231

232-
A widget that displays the weather condition and teamperature.
232+
A widget that displays the weather condition and temperature.
233233

234234
```toml
235235
[keys.widget]
@@ -242,9 +242,9 @@ A widget that displays the weather condition and teamperature.
242242
theme = "openmoji" # optional
243243
```
244244

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

249249
### Background Image
250250

0 commit comments

Comments
 (0)