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:
parent
d149c36fca
commit
3f15f04223
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue