Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KwabenBerko committed Sep 22, 2017
2 parents 094c75b + 1882d81 commit 4f85ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ OpenWeatherMapHelper helper = new OpenWeatherMapHelper();
helper.setApiKey(getString(R.string.OPEN_WEATHER_MAP_API_KEY));
```

#### Set your Units (Optional, fahrenheit by default)
#### Set your Units (Optional, Kelvin by default)

``` java
helper.setUnits(Units.IMPERIAL);
```

##### Unit Options:

1. ```Units.IMPERIAL```
1. ```Units.IMPERIAL (Fahrenheit)```

2. ```Units.FAHRENHEIT```
2. ```Units.METRIC (Celsius)```


## Features
Expand Down

0 comments on commit 4f85ca9

Please sign in to comment.