From d9e08b65a430d03876a99f7874dd422c1b821ab9 Mon Sep 17 00:00:00 2001 From: Elnard Utiushev Date: Tue, 6 Aug 2019 00:56:26 +0600 Subject: [PATCH] Small fix The table mentions `positive-score` twice (lines 165 and 167) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8e683e24..3cfc188d 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ _this is the recommended way to run remark42_ | max-comment | MAX_COMMENT_SIZE | `2048` | comment's size limit | | max-votes | MAX_VOTES | `-1` | votes limit per comment, `-1` - unlimited | | low-score | LOW_SCORE | `-5` | low score threshold | -| positive-score | POSITIVE_SCORE | `false` | enable positive score only | | critical-score | CRITICAL_SCORE | `-10` | critical score threshold | | positive-score | POSITIVE_SCORE | `false` | restricts comment's score to be only positive | | restricted-words | RESTRICTED_WORDS | | words banned in comments (can use `*`), _multi_ |