Skip to content

Commit d51f730

Browse files
Update README.md
1 parent 22180e7 commit d51f730

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
@@ -40,7 +40,7 @@ class Program
4040
{
4141
static void Main( string[] args )
4242
{
43-
//--add ("John Smith" 26 (number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
43+
//--add ("John Smith" 26 account=(number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
4444
CommandLine.Instance.Parse<CustomerCommands>( args );
4545
}
4646

0 commit comments

Comments
 (0)