Skip to content

Commit 2ca589d

Browse files
committed
update README
1 parent 34fb5ef commit 2ca589d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
### Rule #1
1212
**Upvoting** In order to upvote, the user must have
13-
- {MIN_POSTS_TO_UPVOTE} posts or more
14-
- at least {MIN_DAYS_TO_UPVOTE} days since registration
13+
- `{MIN_POSTS_TO_UPVOTE}` posts or more
14+
- at least `{MIN_DAYS_TO_UPVOTE}` days since registration
1515

1616
### Rule #2
1717
**Downvoting** In order to downvote, the user must have
18-
- {MIN_POSTS_TO_DOWNVOTE} posts or more
19-
- at least {MIN_DAYS_TO_DOWNVOTE} since registration
20-
- {MIN_REPUTATION_TO_DOWNVOTE} reputation or more
18+
- `{MIN_POSTS_TO_DOWNVOTE}` posts or more
19+
- at least `{MIN_DAYS_TO_DOWNVOTE}` since registration
20+
- `{MIN_REPUTATION_TO_DOWNVOTE}` reputation or more
2121

2222
### Rule #3
23-
Downvoting costs {DOWNVOTE_PENALIZATION} reputation (user who votes loses some reputation)
23+
Downvoting costs `{DOWNVOTE_PENALIZATION}` reputation (user who votes loses some reputation)
2424

2525
### Rule #4
2626
One user can't vote (up or down) more than `X` times a day, being `X = reputation/10`. With a minimum of 5 and a max of 50

0 commit comments

Comments
 (0)