readme fix

This commit is contained in:
Dan Zajdband
2012-08-20 13:35:12 -03:00
parent dbe409ba68
commit 3db848fdef

View File

@@ -26,7 +26,7 @@ or
now you can also make chain calls
mdb.searchMovie({query: 'Zoolander' }, function(err, res){
mdb.searchMovie({query: 'Zoolander' }, function(err, res){
console.log(res);
}).movieInfo({id: 123}, function(err, res){
console.log(res);