Skip to content

Commit

Permalink
Merge pull request #32 from mmyros/readme-mod
Browse files Browse the repository at this point in the history
Fixed incorrect usage example for oat-posisock in README
  • Loading branch information
Jon authored Oct 5, 2016
2 parents 570f1a7 bdbd709 commit aa9044f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,10 1111,10 @@ __type = `udp`__
#### Example
```bash
# Reply to requests for positions from the 'pos' stream to port 5555 using TCP
oat posisock rep pos tcp://*:5555
oat posisock rep pos -e tcp://*:5555

# Asychronously publish positions from the 'pos' stream to port 5556 using TCP
oat posisock pub pos tcp://*:5556
oat posisock pub pos -e tcp://*:5556

# Dump positions from the 'pos' stream to stdout
oat posisock std pos
Expand Down
4 changes: 2 additions & 2 deletions doc/README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 670,10 @@ oat-posisock-udp-help
#### Example
```bash
# Reply to requests for positions from the 'pos' stream to port 5555 using TCP
oat posisock rep pos tcp://*:5555
oat posisock rep pos -e tcp://*:5555

# Asychronously publish positions from the 'pos' stream to port 5556 using TCP
oat posisock pub pos tcp://*:5556
oat posisock pub pos -e tcp://*:5556

# Dump positions from the 'pos' stream to stdout
oat posisock std pos
Expand Down

0 comments on commit aa9044f

Please sign in to comment.