From 88848726fb0ee963c318609905ea67ea4dd2dda3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 10 Apr 2020 08:03:31 +0200 Subject: [PATCH] Fix typo on refresh_cache_on_startup option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db95f1..598f6d7 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ You need to install the opus codec (not embedded in all system): `apt install li 3. If you have a large amount of music files (>1000), it may take some time for the bot to boot, since it will build up the cache for the music library on booting. You may want to disable this auto-scanning by -setting ``refresh_cache_on_startu=False`` in `[bot]` section and control the scanning manually by +setting ``refresh_cache_on_startup=False`` in `[bot]` section and control the scanning manually by ``!rescan`` command and the *Rescan Files* button on the web interface. 4. Alpine Linux requires some extra dependencies during the installation (in order to compile Pillow):