From d970fdb820f0a64185ae391d3609157a1b43ccc8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:15:04 +0200 Subject: [PATCH] Update README.md --- addons_updater/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/README.md b/addons_updater/README.md index 5e0b36b4e..093d65d32 100644 --- a/addons_updater/README.md +++ b/addons_updater/README.md @@ -38,7 +38,7 @@ No webUI. Configuration is set in 2 ways. ### Updater.json -In the addon folder of your repository (where is located you config.json), create a "updater.json" file. +In the addon folder of your repository (where is located you config.json), create a "updater.json" file. This file will be used by the addon to fetch the addon upstream informations. Only addons with an updater.json file will be updated. Here is [an example](https://github.com/alexbelgium/hassio-addons/blob/master/arpspoof/updater.json).