From b51acf0479370752cf6f753af1e7a04706dda279 Mon Sep 17 00:00:00 2001 From: Miguel Flores Date: Mon, 18 Mar 2024 16:56:42 -0700 Subject: [PATCH] Update README.adoc Fix a small markdown issue on the README file. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ad680fed6..a6c446a58 100644 --- a/README.adoc +++ b/README.adoc @@ -102,7 +102,7 @@ article.current_state.between? :awaiting_review, :rejected # => true ``` Now we can call the submit event, which transitions to the -:awaiting_review state: +`:awaiting_review`state: ```rb article.submit!