diff --git a/README.md b/README.md index bfa33de..8d19d48 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A GitHub-style activity heatmap for your [Kimai](https://www.kimai.org/) dashboa ## Installation ```bash -composer config repositories.heatmap vcs https://git.toph.so/toph/kimea-plugin-heatmap +composer config repositories.heatmap vcs https://git.toph.so/toph/kimai-plugin-heatmap composer require kimai-plugin/heatmap-bundle bin/console kimai:reload ``` @@ -28,7 +28,7 @@ If you can't run `composer require` directly (e.g. Docker Compose, Nomad, or a c ```json { "repositories": [ - { "type": "vcs", "url": "https://git.toph.so/toph/kimea-plugin-heatmap" } + { "type": "vcs", "url": "https://git.toph.so/toph/kimai-plugin-heatmap" } ], "require": { "kimai-plugin/heatmap-bundle": "^1.0" diff --git a/composer.json b/composer.json index afcf1f3..cef83ab 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "GitHub-style activity heatmap dashboard widget for Kimai", "license": "MIT", "keywords": ["kimai", "plugin", "heatmap", "dashboard", "time-tracking"], - "homepage": "https://git.toph.so/toph/kimea-plugin-heatmap", + "homepage": "https://git.toph.so/toph/kimai-plugin-heatmap", "authors": [ { "name": "Christopher Mühl",