We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 094c75b + 1882d81 commit 4f85ca9Copy full SHA for 4f85ca9
1 file changed
README.md
@@ -37,17 +37,17 @@ OpenWeatherMapHelper helper = new OpenWeatherMapHelper();
37
helper.setApiKey(getString(R.string.OPEN_WEATHER_MAP_API_KEY));
38
```
39
40
-#### Set your Units (Optional, fahrenheit by default)
+#### Set your Units (Optional, Kelvin by default)
41
42
``` java
43
helper.setUnits(Units.IMPERIAL);
44
45
46
##### Unit Options:
47
48
-1. ```Units.IMPERIAL```
+1. ```Units.IMPERIAL (Fahrenheit)```
49
50
-2. ```Units.FAHRENHEIT```
+2. ```Units.METRIC (Celsius)```
51
52
53
## Features
0 commit comments