Skip to content

Commit a405ee9

Browse files
authored
Fixed typo README.md (#344)
1 parent 31b7c06 commit a405ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ You may supply a number of options when you start to listen to the changes feed:
710710
| includeDocs | Whether to include document bodies or not | false | e.g. true |
711711
| wait | For `get`/`start` mode, automatically pause the changes reader after each request. When the the user calls `resume()`, the changes reader will resume. | false | e.g. true |
712712
| fastChanges | Adds a seq_interval parameter to fetch changes more quickly | false | true | |
713-
| selector | Filters the changes feed with the supplied Mango selector | {"name":"fred} | null | |
713+
| selector | Filters the changes feed with the supplied Mango selector | null | {"name":"fred} | |
714714
| timeout | The number of milliseconds a changes feed request waits for data| 60000 | 10000 |
715715

716716
The events it emits are as follows:s

0 commit comments

Comments
 (0)