glynnbird closed pull request #82: Update README.md - Fix link for Follow
package
URL: https://github.com/apache/couchdb-nano/pull/82
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/README.md b/README.md
index 7e32d52..d4512ae 100644
--- a/README.md
+++ b/README.md
@@ -359,7 +359,7 @@ nano.db.changes('alice', function(err, body) {
### nano.db.follow(name, [params], [callback])
-Uses [Follow] to create a solid changes feed. Please consult `follow`
documentation for more information as this is a very complete API on it's own:
+Uses [Follow](https://github.com/cloudant-labs/cloudant-follow/) to create a
solid changes feed. Please consult `follow` documentation for more information
as this is a very complete API on it's own:
``` js
var feed = db.follow({since: "now"});
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services