From b9f0f249670a2caae612158d4dd75a6b4018b12c Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Wed, 18 Oct 2023 09:29:33 +0300 Subject: [PATCH] Use jsonc for JSON examples with comments --- src/Tingle.Extensions.PushNotifications/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tingle.Extensions.PushNotifications/README.md b/src/Tingle.Extensions.PushNotifications/README.md index 6d90bd4..184dcb0 100644 --- a/src/Tingle.Extensions.PushNotifications/README.md +++ b/src/Tingle.Extensions.PushNotifications/README.md @@ -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", @@ -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", // .... @@ -161,7 +161,7 @@ builder.Services.AddFcmLegacyNotifier(options => In your appsettings.json (or any other configuration store/source you use): -```json +```jsonc { "Firebase:Key": "", // ....