Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis authored Apr 15, 2017
1 parent 08d86f2 commit d416865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ var qs = []*survey.Question{
},
{
Name: "color",
Prompt: &survey.Choice{
Prompt: &survey.Select{
Message: "Choose a color:",
Choices: []string{"red", "blue", "green"},
Options: []string{"red", "blue", "green"},
Default: "red",
},
},
Expand Down

0 comments on commit d416865

Please sign in to comment.