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 383e932 commit ef48ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The API in v3.x+ series is quite different from 2.x. The goal is to simplify th
Here is an example of how you would send an APNS notification:

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

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

0 comments on commit ef48ac3

Please sign in to comment.