From 8561e185182acc56df64b997db541593566456cb Mon Sep 17 00:00:00 2001 From: Eugene Ponomarev Date: Sat, 18 Jun 2016 15:51:20 +0300 Subject: [PATCH] Update Readme for starting Travis build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6873052d6..b507be7e9 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ var couchdb = nock('http://myapp.iriscouch.com') username: 'pgte', email: 'pedro.teixeira@gmail.com' }); + ``` This setup says that we will intercept every HTTP call to `http://myapp.iriscouch.com`.