From 9299bd1457b18825b0db60b6aa198d9331719a70 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Tue, 10 Sep 2019 17:09:18 +0200 Subject: [PATCH] Updated fsm.update (markdown) --- fsm.update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fsm.update.md b/fsm.update.md index 2bf4be0..f0b1895 100644 --- a/fsm.update.md +++ b/fsm.update.md @@ -1,4 +1,4 @@ -## Request +### Request * **Description**: Inquires about the current state of the FSM. * **Subscribers**: [FSMHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMHandler) @@ -19,7 +19,7 @@ } ``` -## Response +### Response * **Description**: Lists information about the FSM's internal state. * **Subscribers**: [FSMAware](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/FSMAware)