diff --git a/README.md b/README.md index e0a9516..1b18046 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index acdcfdc..6ce28aa 100644 --- a/package.json +++ b/package.json @@ -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": {