From 1bcff6f07320ed5ceec59a67d3d6f95815d4c3cb Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 28 Mar 2025 15:32:48 +0100 Subject: [PATCH] index.js: update prompt format --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }])