From a405ee9a8dad6633b42798dcd7de16c27896448a Mon Sep 17 00:00:00 2001 From: rohit kumar Date: Wed, 14 Aug 2024 17:42:09 +0530 Subject: [PATCH] Fixed typo README.md (#344) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aae405..1b6596f 100644 --- a/README.md +++ b/README.md @@ -710,7 +710,7 @@ You may supply a number of options when you start to listen to the changes feed: | includeDocs | Whether to include document bodies or not | false | e.g. true | | 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 | | fastChanges | Adds a seq_interval parameter to fetch changes more quickly | false | true | | -| selector | Filters the changes feed with the supplied Mango selector | {"name":"fred} | null | | +| selector | Filters the changes feed with the supplied Mango selector | null | {"name":"fred} | | | timeout | The number of milliseconds a changes feed request waits for data| 60000 | 10000 | The events it emits are as follows:s