diff --git a/Notify_fcm.md b/Notify_fcm.md index d2eba90..308cf47 100644 --- a/Notify_fcm.md +++ b/Notify_fcm.md @@ -62,7 +62,7 @@ Send a Legacy FCM notification: # Assuming our {Device} is ABCD:12345 apprise -vv -t "Test Message Title" -b "Test Message Body" \ - fcm://bu1dHSdO22pfaaVy/ABCD:12345 + "fcm://bu1dHSdO22pfaaVy/ABCD:12345" ``` @@ -73,5 +73,5 @@ Send a OAuth2 FCM notification: # Assuming our {Device} is ABCD:12345 apprise -vv -t "Test Message Title" -b "Test Message Body" \ - fcm://Apprise/ABCD:12345/?keyfile=/etc/apprise/fcm/keyfile.json + "fcm://Apprise/ABCD:12345/?keyfile=/etc/apprise/fcm/keyfile.json" ```