Fixed README formatting errors.

This commit is contained in:
Shade Alabsa 2018-10-08 19:40:54 -04:00
parent a2ab94f971
commit 676a8a6421

View File

@ -49,22 +49,22 @@ The `compliments` property contains an object with four arrays: <code>morning</c
If use the currentweather is possible use a actual weather for set compliments. The availables properties are: If use the currentweather is possible use a actual weather for set compliments. The availables properties are:
* `day_sunny` - `day_sunny`
* `day_cloudy` - `day_cloudy`
* `cloudy` - `cloudy`
* `cloudy_windy` - `cloudy_windy`
* `showers` - `showers`
* `rain` - `rain`
* `thunderstorm` - `thunderstorm`
* `snow` - `snow`
* `fog` - `fog`
* `night_clear` - `night_clear`
* `night_cloudy` - `night_cloudy`
* `night_showers` - `night_showers`
* `night_rain` - `night_rain`
* `night_thunderstorm` - `night_thunderstorm`
* `night_snow` - `night_snow`
* `night_alt_cloudy_windy` - `night_alt_cloudy_windy`
#### Example use with currentweather module #### Example use with currentweather module
````javascript ````javascript