mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2026-02-11 11:59:06 +00:00
readme fix
This commit is contained in:
@@ -26,7 +26,7 @@ or
|
|||||||
|
|
||||||
now you can also make chain calls
|
now you can also make chain calls
|
||||||
|
|
||||||
mdb.searchMovie({query: 'Zoolander' }, function(err, res){
|
mdb.searchMovie({query: 'Zoolander' }, function(err, res){
|
||||||
console.log(res);
|
console.log(res);
|
||||||
}).movieInfo({id: 123}, function(err, res){
|
}).movieInfo({id: 123}, function(err, res){
|
||||||
console.log(res);
|
console.log(res);
|
||||||
|
|||||||
Reference in New Issue
Block a user