From 04b36a598cbac286f27d6283c5d93d56a214dcec Mon Sep 17 00:00:00 2001 From: raeleus Date: Wed, 9 Oct 2024 10:21:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e2dfc..86dcb58 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ v. 0.2.0 * You may add flavor text to any hashtag by typing text after a line break after the hashtag (shift + enter on desktop). Thanks Xiron! * You may use commas in coordinates now * The scenario keeps track of how many days have passed since the adventure has started. See `#rest`, `#showday`, `#setday`. -* Added automatic difficulty which is DC 0 +* Added `automatic` difficulty which is DC 0 * Added `#version` * Allow adding a plus or minus number to `#roll`. ie. `#roll 5d20+6` * Minor bug fixes and improvements