From 743ca552a6bd17f1fa99d8952b3ae47cdc8d794e Mon Sep 17 00:00:00 2001 From: kusky <37901668+kusky3@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:22:21 +0200 Subject: [PATCH] Update configuration.example.ini --- configuration.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.example.ini b/configuration.example.ini index 9a9aeff..fc7b979 100644 --- a/configuration.example.ini +++ b/configuration.example.ini @@ -64,7 +64,7 @@ port = 64738 #autoplay_length = 5 #clear_when_stop_in_oneshot = False -# target version, stable or testing (testing need to be installed with git) +# target version, stable or testing (testing needs to be installed with git) # stable will use simple bash with curl command to get releases, testing will follow github master branch with git commands #target_version = stable