Adding value: a single semi-colon!

This commit is contained in:
Johan Lindfors 2022-10-01 15:23:40 +02:00 committed by Patrik Svensson
parent 5581ad2f05
commit 8b5836f4e4

View File

@ -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
{