From aebd8f0034537de5b4e3b21a838339cdf72551c5 Mon Sep 17 00:00:00 2001 From: Glitched Panda <82221876+GlitchedPanda@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:29:11 +0100 Subject: [PATCH] Update README.md with updated example configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9441c27..bc6e412 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ If you want to for example change the language of dlcs the script downloads, you ``` verbose = False # display some debug messages lang = [ 'all', 'en' ] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th -tier = [ 'all', '100', 'retina', 'iphone', 'ipad', 'ipad3' ] # 25,50,100,retina,iphone,ipad,ipad3 +tier = [ 'all', '25', '50', '100', 'retina', 'iphone', 'ipad', 'ipad3' ] # 25,50,100,retina,iphone,ipad,ipad3 ```