Skip to content

Commit 0188ede

Browse files
authored
README: fix typo in C# Quick Start Example
1 parent 8c13152 commit 0188ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Options
9898
public bool Verbose { get; set; }
9999

100100
[Option("stdin",
101-
Default = false
101+
Default = false,
102102
HelpText = "Read from stdin")]
103103
public bool stdin { get; set; }
104104

0 commit comments

Comments
 (0)