Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
1franck authored Feb 9, 2022
1 parent 628d243 commit 3db61ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Micro-framework for .NET **Co**re **con**sole **a**pplication. Cocona makes it e
### ⏱ Create a console application with Cocona in seconds.
```csharp
CoconaApp.Run((string? name, bool hey) =>
Console.WriteLine("{(hey ? "Hey" :"Hello")} {(name ?? "Guest")}!"));
Console.WriteLine($"{(hey ? "Hey" :"Hello")} {(name ?? "Guest")}!"));
```
![](https://raw.githubusercontent.com/mayuki/Cocona/master/docs/assets/intro-in-seconds.gif)

Expand Down

0 comments on commit 3db61ed

Please sign in to comment.