From 6ad7d22b4ca6960b2919b447e0ef69f511d0478c Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 7 Feb 2021 19:08:26 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a47094e..c1e2368 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This module provides a new dice modifier `ri` for regular Dice. This modifier causes the dice roller to keep / drop dice according to the following rules: - If there are either two `1`s or a `1` and a `2` in the results, keep only these dice. -- Otherwise, keep the 2 dice with the highest results. +- Otherwise, keep the two dice with the highest results. ``` /roll 4d10ri # Roll 4d10 is risk die mode @@ -80,9 +80,6 @@ Then run npm run link ``` -## Contributing -TODO - ## Licensing This project is licensed under the MIT License, a copy of which can be found