Skip to content

Commit

Permalink
Use named arguments when passing literals
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Sep 23, 2012
1 parent cb249dc commit 2a9ec77
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 @@ -42,7 +42,7 @@ public class Program
username: "api-user",
password: "xxx"));

var order = store.Order("SYNXXXXXX-XXXX-XXXXX");
var order = store.Order(reference: "SYNXXXXXX-XXXX-XXXXX");

Console.WriteLine(order.Customer.FirstName);
}
Expand Down

0 comments on commit 2a9ec77

Please sign in to comment.