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

Commit

Permalink
fixed typo in icon table
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Apr 27, 2017
1 parent f6f5e1d commit 772a08a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ survey.AskOne(prompt, &number, nil)
Customizing the icons and various parts of survey can easily be done by setting the following variables
in `survey/core`:

| name | default | description |
|------------------------|----------------|-------------------------------------------------------------------|
| ErrorIcon || Before an error |
| HelpIcon || Before help text |
| QuestionIcon | ? | Before the message of a prompt |
| MultiSelectFocusIcon || Marks the current selection in `Select` and `MultiSelect` prompts |
| MarkedOptionIcon || Marks a chosen selection in a `MultiSelect` prompt |
| UnmarkedOptionIcon || Marks an unselected option in a `MultiSelect` prompt |
| name | default | description |
|---------------------|----------------|-------------------------------------------------------------------|
| ErrorIcon || Before an error |
| HelpIcon || Before help text |
| QuestionIcon | ? | Before the message of a prompt |
| SelectFocusIcon || Marks the current selection in `Select` and `MultiSelect` prompts |
| MarkedOptionIcon || Marks a chosen selection in a `MultiSelect` prompt |
| UnmarkedOptionIcon || Marks an unselected option in a `MultiSelect` prompt |



Expand Down

0 comments on commit 772a08a

Please sign in to comment.