Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Mar 25, 2016
1 parent ef48ac3 commit 70c1b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Here is an example of how you would send an APNS notification:

```csharp
// Configuration (NOTE: .pfx can also be used here)
var config = new ApnsConfiguration ("push-cert.p12", "push-cert-pwd");
var config = new ApnsConfiguration (ApnsConfiguration.ApnsServerEnvironment.Sandbox,
"push-cert.p12", "push-cert-pwd");

// Create a new broker
var apnsBroker = new ApnsServiceBroker (config);
Expand Down

0 comments on commit 70c1b6e

Please sign in to comment.