From 16345fed1c378f2917ab9ede587a548b027c0332 Mon Sep 17 00:00:00 2001 From: kusky <37901668+kusky3@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:01:12 +0100 Subject: [PATCH] Update configuration.example.ini (#238) --- configuration.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.example.ini b/configuration.example.ini index 2b5ee62..ae69011 100644 --- a/configuration.example.ini +++ b/configuration.example.ini @@ -59,7 +59,7 @@ port = 64738 #autoplay_length = 5 #clear_when_stop_in_oneshot = False -# target version, stable or testing (testing need to bot installed with git) +# target version, stable or testing (testing need 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