Fix example command indentation
This commit is contained in:
parent
dfb0faaa87
commit
b87510458e
1 changed files with 3 additions and 3 deletions
|
|
@ -349,15 +349,15 @@ There are example Produder and Consumer code in `/cmd` directory. These should h
|
||||||
|
|
||||||
The examples run locally against [Kinesis Lite](https://github.com/mhart/kinesalite).
|
The examples run locally against [Kinesis Lite](https://github.com/mhart/kinesalite).
|
||||||
|
|
||||||
$ kinesalite &
|
$ kinesalite &
|
||||||
|
|
||||||
Produce data to the stream:
|
Produce data to the stream:
|
||||||
|
|
||||||
$ cat cmd/producer/users.txt | go run cmd/producer/main.go --stream myStream
|
$ cat cmd/producer/users.txt | go run cmd/producer/main.go --stream myStream
|
||||||
|
|
||||||
Consume data from the stream:
|
Consume data from the stream:
|
||||||
|
|
||||||
$ go run cmd/consumer/main.go --stream myStream
|
$ go run cmd/consumer/main.go --stream myStream
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue