aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/HelpMe.md b/HelpMe.md
index 75fdf34..cd0e885 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -88,15 +88,15 @@ Thanks of several operations and options, you can tune a bit your rolling comman
### Roll dice in Range
-> 4d[-1-1]
+> 4d[-1..1]
Rolling 4 dice with value between -1 to 1. (Fudge/Fate system)
-> 3d[0-9]
+> 3d[0..9]
Rolling 3 dice with 10 faces starting at 0.
-> 3d[-20--9]
+> 3d[-20..-9]
Rolling 3 dice, values are between -20 and -9.