From a05be1821d1a0747cdfa227759a8b3c783e37ade Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 9 Oct 2025 23:42:37 +0530 Subject: [PATCH] FIx typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 07583ba..aaea518 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! It provides abstractions for APIs to enable simple weather data integration into your apps. //! //! ## Currently Available APIs -//! - `free_api25`: `OpenWeatherMap` Free API v2.5 +//! - `free_api_v25`: `OpenWeatherMap` Free API v2.5 //! //! ## Coming soon //! - `onecall_api_v30`: `OpenWeatherMap` One Call API v3.0