Skip to content

Commit

Permalink
document default value
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Feb 19, 2017
1 parent 404d40b commit 8918fdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Display contents of a stream, "hello-world", starting from 15 minutes ago:
Usage as a package
------------------

Hey, you can import this module into your own project to use as Kinesis Stream
You can import this module into your own project to use as Kinesis Stream
Reader readable stream too!

const AWS = require('aws-sdk')
Expand All @@ -61,8 +61,7 @@ Reader readable stream too!

### Options

* `interval` Milliseconds between each Kinesis read. Remember there is a low
limit of 5 reads / second / shard
* `interval` (default: `2000`) Milliseconds between each Kinesis read. Remember limit is 5 reads / second / shard
* Any [getShardIterator] param

[Kafka quickstart]: http://kafka.apache.org/documentation.html#quickstart_consume
Expand Down

0 comments on commit 8918fdf

Please sign in to comment.