From edbe9d6ebc1264d6f8e4b289fac90926cf4bc639 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Thu, 31 Mar 2022 23:18:24 +1100 Subject: [PATCH] Change section heading (#781) This appears to have been copy/pasted from progress.md, which has a similar structure. --- docs/input/live/status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input/live/status.md b/docs/input/live/status.md index 879205b..bedd6a6 100644 --- a/docs/input/live/status.md +++ b/docs/input/live/status.md @@ -46,7 +46,7 @@ AnsiConsole.Status() }); ``` -## Asynchronous progress +## Asynchronous status If you prefer to use async/await, you can use `StartAsync` instead of `Start`.