From 3664f811dc70bfbe8e75762a67957b311bed1ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Fri, 21 Jul 2023 21:21:26 +0200 Subject: [PATCH] Fixed two typos --- README.md | 2 +- yahuelib/{__init_.py => __init__.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename yahuelib/{__init_.py => __init__.py} (100%) diff --git a/README.md b/README.md index 4bb95a9..aad3c82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# YaHueLib +# YaHue Lib Yet Another Philips Hue API Library for Python. This project only implements a subset of the API. diff --git a/yahuelib/__init_.py b/yahuelib/__init__.py similarity index 100% rename from yahuelib/__init_.py rename to yahuelib/__init__.py