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 {