diff --git a/lib/supercouch.js b/lib/supercouch.js index a3d08ce..f133722 100644 --- a/lib/supercouch.js +++ b/lib/supercouch.js @@ -193,12 +193,12 @@ module.exports = function (agent) { * * Can be used to update key/value pairs... * - * req.send('since', 123); + * req.query('since', 123); * * Or, as an object to be shallow-merged with the * current parameters. * - * req.send({ since: 123, feed: 'continuous' }); + * req.query({ since: 123, feed: 'continuous' }); * * @param {String|Object} string as key or object to merge * @param {Mixed} value to use if previous was a key