From 8b5836f4e4bb1adb4eced45e072b5d74ad7db57b Mon Sep 17 00:00:00 2001 From: Johan Lindfors Date: Sat, 1 Oct 2022 15:23:40 +0200 Subject: [PATCH] Adding value: a single semi-colon! --- docs/input/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input/quick-start.md b/docs/input/quick-start.md index e7289d8..69907d8 100644 --- a/docs/input/quick-start.md +++ b/docs/input/quick-start.md @@ -14,7 +14,7 @@ After that you will need to reference the `Spectre.Console` namespace. Once that is done, you can start using all the available features. ```csharp -using Spectre.Console +using Spectre.Console; public static class Program {