typescript README: fix typo (#6100)

This commit is contained in:
Narasimha-sc
2025-07-24 22:38:01 +00:00
committed by GitHub
parent 88538c7b07
commit 5ba53e5c7f

View File

@@ -16,7 +16,7 @@ Client API provides types and functions to:
## Use cases
- chat bots: you can implement any logic of connecting with and communicating with SimpleX Chat users. Using chat groups a chat bot can connect SimleX Chat users with each other.
- chat bots: you can implement any logic of connecting with and communicating with SimpleX Chat users. Using chat groups a chat bot can connect SimpleX Chat users with each other.
- control of the equipment: e.g. servers or home automation. SimpleX Chat provides secure and authorised connections, so this is more secure than using rest APIs.
Please share your use cases and implementations.