Commit 338e8ea9 by James Cropcho

a la => à la

parent ba3f5028
a la = > à la
rename keys.js
throw "You have to supply a 'collection' variable, a la \"--eval 'var limit = 10'\"";
is 'limit' broken?
to readme: contribuing/report issues etc
......
if (typeof collection == "undefined") {
throw "You have to supply a 'collection' variable, a la \"--eval 'var limit = 10'\"";
throw "You have to supply a 'collection' variable, à la \"--eval 'var limit = 10'\"";
}
if (typeof limit == "undefined") { limit = db[collection].count(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment