From 7eae7f7ce92ce4cc7b83e1376c1acd56df4c479c Mon Sep 17 00:00:00 2001 From: xatier Date: Thu, 9 Mar 2023 17:59:00 -0800 Subject: [PATCH] Update README.md * Remove duplicated config Was accidentally introduced in https://github.com/libreddit/libreddit/commit/412ce8f1f3ab7ef91f8a40182aee2a039bd7783b --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a0d4786..ff825ed 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,6 @@ Assign a default value for each user-modifiable setting by passing environment v | `USE_HLS` | `["on", "off"]` | `off` | | `HIDE_HLS_NOTIFICATION` | `["on", "off"]` | `off` | | `AUTOPLAY_VIDEOS` | `["on", "off"]` | `off` | -| `HIDE_AWARDS` | `["on", "off"]` | `off` | | `SUBSCRIPTIONS` | `+`-delimited list of subreddits (`sub1+sub2+sub3+...`) | _(none)_ | | `HIDE_AWARDS` | `["on", "off"]` | `off` | `DISABLE_VISIT_REDDIT_CONFIRMATION` | `["on", "off"]` | `off` |