Merge pull request #4704 from cgb/patch-3

Fix typo in zulip config snippet
This commit is contained in:
Ylian Saint-Hilaire 2022-11-03 21:06:21 -07:00 committed by GitHub
commit 477bc3b8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,10 +206,12 @@ You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the
```json
{
"messaging": {
"zulip": {
"site": "https://api.zulip.com",
"email": "your-bot@zulip.com",
"api_key": "your_32_character_api_key"
}
}
}
```