This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/main by this push:
     new a405ee9  Fixed typo README.md (#344)
a405ee9 is described below

commit a405ee9a8dad6633b42798dcd7de16c27896448a
Author: rohit kumar <[email protected]>
AuthorDate: Wed Aug 14 17:42:09 2024 +0530

    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

Reply via email to