From 70d977f930aea0e0dc98f4a4bfd5115254d8aa6c Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Fri, 23 Mar 2018 17:47:43 +0100 Subject: [PATCH] mention fudge dice in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2212e61..7f6fff4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ evaluating dice expressions. ## Dice syntax Currently the supported syntax in ``libdice`` is rather limited. It only -supports variable amount and variable sides at the moment: +supports variable amount, variable sides and fudge dice at the moment: * Roll four six sided dices: ``4d6`` * Roll one twenty sided die: ``d20`` +* Roll six fudge dice: ``6dF`` ## Build