diff --git a/index.js b/index.js index 5ce424f..a7ed404 100755 --- a/index.js +++ b/index.js @@ -36,7 +36,7 @@ const shapeChannels = (channels) => const fuzzySelect = (choices) => inquirer.prompt([{ choices, - message: 'SomaFM channel', + message: 'SomaFM Channel:', name: 'channelURL', type: 'search-list', }])