Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
TheBronx committed Sep 12, 2015
1 parent 66064d6 commit cfb6f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A user cannot vote more than 5 messages in the same thread

### Rule #8
Upvotes give extra reputation depending on the user who is voting:
- extra reputation = `floor(voter_reputation/10)`
- extra reputation = `floor(votersReputation * 5%)` (you can change this percentage in the ACP)

### Rule #9
Undoing votes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodebb-plugin-reputation-rules",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reputation rules to prevent abuse and make it more reliable",
"main": "library.js",
"repository": {
Expand Down

0 comments on commit cfb6f4a

Please sign in to comment.