Browse Source

Update runCommand docs

saintedlama/travis-non-legacy
Eduardo Sorribas 11 years ago
parent
commit
b35dd5a8b1
  1. 2
      README.md

2
README.md

@ -134,7 +134,7 @@ db.runCommand({ping:1}, function(err, result) {
or `db.collection.runCommand()`
```js
db.things.runCommand('count', {}, function(err, res) {
db.things.runCommand('count', function(err, res) {
console.log(res);
});
```

Loading…
Cancel
Save