From 89798c0fee6319f68fc47f0192a76fb21d2ffa71 Mon Sep 17 00:00:00 2001 From: imi415 Date: Wed, 5 May 2021 21:18:30 +0800 Subject: [PATCH] Fixed docs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 887ed2e..6fad7a3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ result = client.query MojiWeather::Api::ApiType::AQI, location: {lat: 39.95, lon result = client.query MojiWeather::Api::ApiType::AQI, city_id: 2 ``` `ApiType` has the following possible values (more is WIP): - * `MojiWeather::Api::ApiType::CONDITION`: Real-time condition - * `MojiWeather::Api::ApiType::FORECAST_24HRS`: 24-hour forecast - * `MojiWeather::Api::ApiType::AQI`: Air quality index(AQI) \ No newline at end of file +* `MojiWeather::Api::ApiType::CONDITION`: Real-time condition +* `MojiWeather::Api::ApiType::FORECAST_24HRS`: 24-hour forecast +* `MojiWeather::Api::ApiType::AQI`: Air quality index(AQI) \ No newline at end of file