1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

Fix typo in services.md

This commit is contained in:
Kevin Leutzinger 2024-01-10 17:25:00 -08:00 committed by GitHub
parent c663b2da6e
commit fe6ac6a8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ jobs:
pingme pushbullet \ pingme pushbullet \
--sms true \ --sms true \
--token "abcdefg" \ --token "abcdefg" \
-d "adnroid" \ -d "android" \
--msg "some message" \ --msg "some message" \
--number "00123456789" --number "00123456789"
``` ```
@ -428,7 +428,7 @@ pingme pushbullet \
- Push notification - Push notification
```bash ```bash
pingme pushbullet --token "abcdefg" -d "adnroid" --msg "some message" pingme pushbullet --token "abcdefg" -d "android" --msg "some message"
``` ```
- GitHub Action - GitHub Action