1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

fixed typo in readme

This commit is contained in:
postmannen 2023-01-09 04:19:52 +01:00
parent d149c36fca
commit 3f15f04223

View file

@ -225,7 +225,7 @@ TODO: Make a diagram here...
### Input methods ### Input methods
Messages can be delivered by the user to the user in the following ways: New Request Messages can be delivered by the user to Steward in the following ways:
- **Unix Socket**. Use for example netcat or another tool to deliver new messages to a socket like `nc -U tmp/steward.sock < msg.yaml`. - **Unix Socket**. Use for example netcat or another tool to deliver new messages to a socket like `nc -U tmp/steward.sock < msg.yaml`.
- **Read Folder**. Write/Copy messages to be delivered to the `readfolder` of Steward. - **Read Folder**. Write/Copy messages to be delivered to the `readfolder` of Steward.