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