From fe6ac6a8d0c6a274b0ccc40053b952b4ddb2fa3b Mon Sep 17 00:00:00 2001 From: Kevin Leutzinger <6435727+kleutzinger@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:25:00 -0800 Subject: [PATCH] Fix typo in services.md --- docs/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services.md b/docs/services.md index e913407..f4a495a 100644 --- a/docs/services.md +++ b/docs/services.md @@ -420,7 +420,7 @@ jobs: pingme pushbullet \ --sms true \ --token "abcdefg" \ - -d "adnroid" \ + -d "android" \ --msg "some message" \ --number "00123456789" ``` @@ -428,7 +428,7 @@ pingme pushbullet \ - Push notification ```bash -pingme pushbullet --token "abcdefg" -d "adnroid" --msg "some message" +pingme pushbullet --token "abcdefg" -d "android" --msg "some message" ``` - GitHub Action