Skip to content

Commit

Permalink
Update prompt in login
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jun 2, 2014
1 parent 3651336 commit a5b7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercism.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func askForConfigInfo() (c configuration.Config, err error) {
return
}

fmt.Print("Your exercism.io API key: ")
fmt.Print("Your Exercism API key (found at http://exercism.io/account): ")
key, err = bio.ReadString('\n')
if err != nil {
return
Expand Down

0 comments on commit a5b7a55

Please sign in to comment.