Repository: couchdb-nano
Updated Branches:
  refs/heads/master e04872746 -> 428c6eb51


Correct links and docs for Follow


Project: http://git-wip-us.apache.org/repos/asf/couchdb-nano/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nano/commit/428c6eb5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nano/tree/428c6eb5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nano/diff/428c6eb5

Branch: refs/heads/master
Commit: 428c6eb510747de5d875daf83501b2b161a82c0f
Parents: e048727
Author: Jason Smith (iMac) <[email protected]>
Authored: Tue Aug 11 14:09:59 2015 +0700
Committer: Jason Smith (iMac) <[email protected]>
Committed: Tue Aug 11 14:11:24 2015 +0700

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nano/blob/428c6eb5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0986002..c97a38d 100644
--- a/README.md
+++ b/README.md
@@ -287,7 +287,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] 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"});
@@ -379,9 +379,9 @@ listen to db updates, the available `params` are:
 
 ** changed in version 6 **
 
-uses [follow](https://github.com/iriscouch/follow) to create a solid
+Use [Follow](https://github.com/jhs/follow) to create a solid
 
[`_db_updates`](http://docs.couchdb.org/en/latest/api/server/common.html?highlight=db_updates#get--_db_updates)
 feed.
-please consult follow documentation for more information as this is a very 
complete api on it's own
+Please consult follow documentation for more information as this is a very 
complete api on it's own
 
 ```js
 var feed = nano.followUpdates({since: "now"});
@@ -860,7 +860,7 @@ where `list_doc_params` is the test name.
 [2]: http://github.com/dscape/nano/issues
 [3]: http://caos.di.uminho.pt/
 [4]: https://github.com/dscape/nano/blob/master/cfg/couch.example.js
-[follow]: https://github.com/iriscouch/follow
+[follow]: https://github.com/jhs/follow
 [request]:  https://github.com/mikeal/request
 
 ## license

Reply via email to