From f9aeaac5249844a36adfda978f14763dbf252064 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Sat, 9 Nov 2019 21:13:41 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e79fbd3..f82ac20 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ Official leaderboard for Get Set FOSS. 4. Each merged PR must have two labels so that it gets counted: * `getsetfoss2019`: Every PR must have this label so that it gets recognized as a valid PR for the event. If the PR doesn't have this label, it will get ignored and no points will be rewarded. - * To change this to some other label, edit the `MAIN_LABEL` variable in `settings.py`. + * To change this to some other label, edit the `MAIN_LABEL` setting in `settings.py`. * Every PR must have a label which corresponds to its points. Valid labels are: `extra` (5 points), `very easy` (10 points), `easy` (15 points), `medium` (25 points), `hard` (30 points), `pro` (50 points) and `codeburst` (100 points). - * To add/remove any label, edit the `POINTS_DATA` in `settings.py`. + * To add/remove any label, edit the `POINTS_DATA` setting in `settings.py`. * Always run these two commands after editing `POINTS_DATA`: ```bash $ python manage.py makemigrations