Skip to content

Commit

Permalink
sdesyllas#6 Update README
Browse files Browse the repository at this point in the history
sdesyllas#6 Update README, fixed the example code missing boolean parameter on method call
  • Loading branch information
sdesyllas committed Feb 6, 2014
1 parent f6864d9 commit 75cefa4
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,4 +42,4 @@
{"COUNTRY", "Greece"}
};

var response = mailChimpApiService.Subscribe("test@domain.com", new List<Grouping>() { subscribeSources, couponsGained, interests }, fields);
var response = mailChimpApiService.Subscribe("test@domain.com", new List() { subscribeSources, couponsGained, interests }, fields, true);

0 comments on commit 75cefa4

Please sign in to comment.