Fixed formatting

This commit is contained in:
Donal Byrne 2017-08-10 08:21:27 +02:00
parent 649e7d42aa
commit eb09ee5cd7
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# nats cli
Go Application that combines nats sub and pub
#Download
# Download
```
go get github.com/starkandwayne/nats
```
#Actions
# Actions
## Pub
Publish a message on a subject
@ -18,7 +18,7 @@ Subscribe to a subject and await messages
Publish a message and await reply
#Usage
# Usage
```
nats pub [-s server] [--ssl] <subject> <msg>
or