Skip to content

Commit

Permalink
Use jsonc for JSON examples with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Oct 18, 2023
1 parent 466bf8a commit b9f0f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Tingle.Extensions.PushNotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builder.Services.AddApnsNotifier(options =>

In your appsettings.json (or any other configuration store/source you use):

```json
```jsonc
{
"Apns:TeamId": "AA0A0AAAA0",
"Apns:BundleId": "com.apple.iBooks",
Expand Down Expand Up @@ -84,7 +84,7 @@ This library is a wrapper around the service, you still need to understand how t

In your appsettings.json (or any other configuration store/source you use):

```json
```jsonc
{
"Firebase:ProjectId": "dummy-id",
// ....
Expand Down Expand Up @@ -161,7 +161,7 @@ builder.Services.AddFcmLegacyNotifier(options =>

In your appsettings.json (or any other configuration store/source you use):

```json
```jsonc
{
"Firebase:Key": "<your-legacy-key-here>",
// ....
Expand Down

0 comments on commit b9f0f24

Please sign in to comment.