You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2020/12/17 16:29:35 UTC

[couchdb-nano] branch main updated: Fix link to changesReader in toc (#239)

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 5e94455  Fix link to changesReader in toc (#239)
5e94455 is described below

commit 5e94455181f4d653c4c1e0d5748e832105de3e88
Author: François de Campredon <fr...@gmail.com>
AuthorDate: Thu Dec 17 17:29:28 2020 +0100

    Fix link to changesReader in toc (#239)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 408c1f6..acac8e8 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Note the minimum required version of Node.js is 10.
   - [db.fetch(docnames, [params], [callback])](#dbfetchdocnames-params-callback)
   - [db.fetchRevs(docnames, [params], [callback])](#dbfetchrevsdocnames-params-callback)
   - [db.createIndex(indexDef, [callback])](#dbcreateindexindexdef-callback)
-  - [db.changesReader...](##reading-changes-feed)
+  - [db.changesReader...](#reading-changes-feed)
 - [Partitioned database functions](#partition-functions)
   - [db.partitionInfo(partitionKey, [callback])](#dbpartitioninfopartitionkey-callback))
   - [db.partitionedList(partitionKey, [params], [callback])](#dbpartitionedlistpartitionkey-params-callback)