From aeeb066e47cfac742151891eb6f0a3691c85daae Mon Sep 17 00:00:00 2001 From: xatier Date: Fri, 10 Mar 2023 20:04:05 -0800 Subject: [PATCH] Update README.md (#748) * 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` |