Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maurosampietro authored Apr 13, 2022
1 parent 22180e7 commit d51f730
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 @@ -40,7 +40,7 @@ class Program
{
static void Main( string[] args )
{
//--add ("John Smith" 26 (number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
//--add ("John Smith" 26 account=(number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
CommandLine.Instance.Parse<CustomerCommands>( args );
}

Expand Down

0 comments on commit d51f730

Please sign in to comment.