From d7510d4ce428c7e912a5df41be376385a9452916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 16 Jul 2024 18:18:29 +0200 Subject: [PATCH] README: fix installation command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a88e7..f41791a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This software is provided without warranty, according to the GNU Public Licence ## Install ```bash -pip install aioairzone-cloud +pip install AEMET-OpenData ``` ## Install from Source