Skip to content

Commit 882f33e

Browse files
committed
Updates the CLI question.
1 parent 70a1529 commit 882f33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const questions = [
44
{
55
type: 'input',
66
name: 'artist',
7-
message: 'What is the artist you want to search?',
7+
message: 'Who is the artist you want to search?',
88
default: () => {
99
return 'Kendrick Lamar';
1010
},

0 commit comments

Comments
 (0)