Skip to content

Commit

Permalink
Documentation: say query for query
Browse files Browse the repository at this point in the history
  • Loading branch information
shimaore committed May 16, 2013
1 parent b0c92cd commit db20bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/supercouch.js
Expand Up @@ -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
Expand Down

0 comments on commit db20bd7

Please sign in to comment.