fixed typos

tomo 2024-09-15 17:12:42 +02:00
parent ab969356f4
commit 1249f04039

@ -523,9 +523,9 @@ Send notification via Bark's API. The notification will be pushed to the specifi
Download Bark from [App Store](https://apps.apple.com/cn/app/bark-%E7%BB%99%E4%BD%A0%E7%9A%84%E6%89%8B%E6%9C%BA%E5%8F%91%E6%8E%A8%E9%80%81/id1403753865).
Open the app and get the API URL. It usually starts with "https://api.day.app/" and followed by a UUID of length 22. Set BARK_API_URL to the complete URL, which is in the format of "https://api.day.app/XXXXXXXXXXXXXXXXXXXXXX".
Open the app and get the API URL. It usually starts with "https://api.day.app/" and is followed by a UUID of length 22. Set `BARK_API_URL` to the complete URL, which is in the format of "https://api.day.app/XXXXXXXXXXXXXXXXXXXXXX".
You can also use your own API server. Please refer to <https://github.com/Finb/bark-server>.
You can also use your API server. Please refer to <https://github.com/Finb/bark-server>.
You **NEED** to set `BARK_API_URL`, every other parameter is optional. For convenience, `BARK_GROUP` will be automatically set to "ACME" if not set.