Skip to content

Commit

Permalink
Update readme to use echo option in example (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras authored Nov 7, 2024
1 parent 724e20c commit d0303b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ cyn -u 192.168.58.4:3456 \
```

```bash
# Listen for broadcast messages on Machine A
cyn -u :1234
# Listen for broadcast messages on Machine A and echo the data received
cyn -u :1234 -e

# Broadcast messages from Machine B using the regular UDP sender
cyn -U 192.168.58.255:1234
Expand Down

0 comments on commit d0303b1

Please sign in to comment.