From 10b948a0e64816a81a71a49d21d95ee54ab529f4 Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:22:59 +0200 Subject: [PATCH] Optimize keyword (#408) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9020d37..3d57f55 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # MMM-Netatmo -A module to integrate information from a [Netatmo weather station][weather-station] into the [MagicMirror][mirror]. +A module for [MagicMirror²][mirror] to integrate information from a [Netatmo weather station][weather-station]. ![Netatmo visualisation](https://github.com/CFenner/MagicMirror-Netatmo-Module/blob/main/.github/preview.classic.png) ![Netatmo visualisation](https://github.com/CFenner/MagicMirror-Netatmo-Module/blob/main/.github/preview.bubbles.png) diff --git a/package.json b/package.json index e9a1542..4789496 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "keywords": [ "magicmirror", "netatmo", - "smarthome" + "smart home" ], "author": "Christopher Fenner", "license": "MIT",