From 2519c0d0fca08d9c1639fad04daca222664cd315 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 9 Oct 2025 16:58:05 +0000 Subject: [PATCH] Update README.md - Intro paragraph --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18553fd..acdb9e1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# OpenWeatherMapSDK +# OpenWeatherMap SDK -Rust SDK for the OpenWeatherMap APIs \ No newline at end of file +A light-weight Rust SDK for the OpenWeatherMap APIs. +It provides abstractions for APIs including Free API 2.5 and One Call 3.0, enabling simple weather data integration into your apps.