Skip to content

Commit 5f5a0ea

Browse files
author
Cory Thompson
committed
2 parents 0d45e05 + 9c9c97c commit 5f5a0ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ retained by the push service (by default, four weeks).
117117
VapidDetails vapidKeys = VapidHelper.GenerateVapidKeys();
118118

119119
// Prints 2 URL Safe Base64 Encoded Strings
120-
Console.WriteLine("Public {0}", vapidKeys.publicKey);
121-
Console.WriteLine("Private {0}", vapidKeys.privateKey);
120+
Console.WriteLine("Public {0}", vapidKeys.PublicKey);
121+
Console.WriteLine("Private {0}", vapidKeys.PrivateKey);
122122
```
123123

124124
### Input
@@ -127,7 +127,7 @@ None.
127127

128128
### Returns
129129

130-
Returns a VapidDetails object with **publicKey** and **privateKey** values populated which are
130+
Returns a VapidDetails object with **PublicKey** and **PrivateKey** values populated which are
131131
URL Safe Base64 encoded strings.
132132

133133
> **Note:** You should create these keys once, store them and use them for all

0 commit comments

Comments
 (0)