Skip to content

Commit 1882d81

Browse files
authored
Update README.md
1 parent d42679a commit 1882d81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ OpenWeatherMapHelper helper = new OpenWeatherMapHelper();
3737
helper.setApiKey(getString(R.string.OPEN_WEATHER_MAP_API_KEY));
3838
```
3939

40-
#### Set your Units (Optional, fahrenheit by default)
40+
#### Set your Units (Optional, Kelvin by default)
4141

4242
``` java
4343
helper.setUnits(Units.IMPERIAL);
4444
```
4545

4646
##### Unit Options:
4747

48-
1. ```Units.IMPERIAL```
48+
1. ```Units.IMPERIAL (Fahrenheit)```
4949

50-
2. ```Units.FAHRENHEIT```
50+
2. ```Units.METRIC (Celsius)```
5151

5252

5353
## Features

0 commit comments

Comments
 (0)