diff --git a/configuration.default.ini b/configuration.default.ini index 85d83fe..dc7e5c2 100644 --- a/configuration.default.ini +++ b/configuration.default.ini @@ -39,7 +39,7 @@ playback_mode = one-shot autoplay_length = 5 clear_when_stop_in_oneshot = False -# target version, stable/testing/git (git need to be installed with git) +# target version, stable/testing/git (testing needs to be installed with git) target_version = git # Users allowed to kill the bot, or ban URLs. 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