From 1882d811bb9d6022640cd72f76d6f1d9ccf0951e Mon Sep 17 00:00:00 2001 From: Kwabena Berko Date: Fri, 22 Sep 2017 13:44:36 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b01f74..ffe2108 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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); @@ -45,9 +45,9 @@ helper.setUnits(Units.IMPERIAL); ##### Unit Options: -1. ```Units.IMPERIAL``` +1. ```Units.IMPERIAL (Fahrenheit)``` -2. ```Units.FAHRENHEIT``` +2. ```Units.METRIC (Celsius)``` ## Features