Add some usage to readme

This commit is contained in:
Brian Buller 2019-03-06 15:06:00 -06:00
parent d66c94ed47
commit b60c9c6c25
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# roll
A simple die roller
A simple die roller
Example Usage:
Just roll a single d20
{{{
roll
}}}
Roll 5 d20 7 times
{{{
roll 5d20x7
}}}