Params is now qs Fixes #250
Project: http://git-wip-us.apache.org/repos/asf/couchdb-nano/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nano/commit/ff989b33 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nano/tree/ff989b33 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nano/diff/ff989b33 Branch: refs/heads/master Commit: ff989b33b6945965a685d84c2f83763ce52669a6 Parents: ebacf34 Author: Nuno Job <dsc...@users.noreply.github.com> Authored: Wed Jan 21 12:45:55 2015 +0000 Committer: Nuno Job <dsc...@users.noreply.github.com> Committed: Wed Jan 21 12:45:55 2015 +0000 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-nano/blob/ff989b33/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1b38038..5fb41b3 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ makes a request to couchdb, the available `opts` are: `opts.att` * `opts.doc` â the document name * `opts.att` â the attachment name -* `opts.params` â query string parameters, appended after any existing `opts.path`, `opts.doc`, or `opts.att` +* `opts.qs` â query string parameters, appended after any existing `opts.path`, `opts.doc`, or `opts.att` * `opts.content_type` â the content type of the request, default to `json` * `opts.headers` â additional http headers, overrides existing ones * `opts.body` â the document or attachment body