From 3db848fdef28e9395bccb9d691f535e54ffd27c4 Mon Sep 17 00:00:00 2001 From: Dan Zajdband Date: Mon, 20 Aug 2012 13:35:12 -0300 Subject: [PATCH] readme fix --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6ffc5ef..4e535a7 100644 --- a/Readme.md +++ b/Readme.md @@ -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);