From 454c22a4320dd292c55b3475c279354b133b5f9c Mon Sep 17 00:00:00 2001 From: PythonCoderAS Date: Wed, 5 Jan 2022 21:24:20 -0500 Subject: [PATCH] Add parameters heading to walkthrough Fix #445 --- guides/walkthrough/page_2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/walkthrough/page_2.md b/guides/walkthrough/page_2.md index 831f7d2f..093e58d3 100644 --- a/guides/walkthrough/page_2.md +++ b/guides/walkthrough/page_2.md @@ -18,4 +18,5 @@ Together, the hour and minute should represent the time you get your health scre - **saturday**: Defaults to __False__. `/reset`: Resets anything changed with `/set` back to the defaults, **including the device**. -- **ephemeral**: Whether to hide the content from everyone else. This is optional and should be either __True__ or __False__. This defaults to __True__. \ No newline at end of file +__Parameters__: +- **ephemeral**: Whether to hide the content from everyone else. This is optional and should be either __True__ or __False__. This defaults to __True__.