From 83ece09bf5e4b7ad16fc488865a51033dab5a715 Mon Sep 17 00:00:00 2001 From: Ivan Mikhailov Date: Mon, 10 Jul 2023 21:40:26 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265aaab7..4c35f6d2 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: [Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom protocols. -- [ADPS](https://adps-project.org/) - Amateur Digital Post Service is an offline communicaion sowtware which has 2 separate implementations, one is written on C# (GUI) and another is written on Python (CLI). ([GUI Client Source Code](https://github.com/ivanmihval/SharpADPS), [CLI Client Source Code](https://github.com/ivanmihval/PyADPS)) `MIT` `C#/Python` +- [ADPS](https://adps-project.org/) - Amateur Digital Post Service is an offline communicaion software which has 2 separate implementations, one is written on C# (GUI) and another is written on Python (CLI). ([GUI Client Source Code](https://github.com/ivanmihval/SharpADPS), [CLI Client Source Code](https://github.com/ivanmihval/PyADPS)) `MIT` `C#/Python` - [Apprise](https://github.com/caronc/apprise) - Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc. `MIT` `Python/Docker` - [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java` - [Centrifugo](https://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go/Docker/K8S`