Skip to content

Commit

Permalink
fix typo error on demo
Browse files Browse the repository at this point in the history
  • Loading branch information
detailyang committed Mar 30, 2015
1 parent 6d570b2 commit 4518531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ var options = {
starttls: false, // boolean, default is false
connecttimeout: -1, // seconds, default is -1 (infinite timeout), connect timeout
timeout: 5000, // milliseconds, default is 5000 (infinite timeout is unsupported), operation timeout
reconnect: true // boolean, default is true,
reconnect: true, // boolean, default is true,
backoffmax: 32 // seconds, default is 32, reconnect timeout
};
```
Expand Down

0 comments on commit 4518531

Please sign in to comment.