Skip to content

Commit a5b7a55

Browse files
committed
Update prompt in login
1 parent 3651336 commit a5b7a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercism.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func askForConfigInfo() (c configuration.Config, err error) {
3939
return
4040
}
4141

42-
fmt.Print("Your exercism.io API key: ")
42+
fmt.Print("Your Exercism API key (found at http://exercism.io/account): ")
4343
key, err = bio.ReadString('\n')
4444
if err != nil {
4545
return

0 commit comments

Comments
 (0)