diff --git a/index.js b/index.js index 3278e11..cba6d20 100755 --- a/index.js +++ b/index.js @@ -218,7 +218,7 @@ Object.keys(data.data).forEach((key) => { }); // find and display result -const name = process.argv[2]; +const name = process.argv[2].toLowerCase(); const res = findResult(name); if (res !== undefined) {