Fix md README

This commit is contained in:
anseki 2015-08-10 14:09:00 +09:00
parent a83b02e066
commit c378991bb1

View file

@ -121,13 +121,13 @@ npm install readline-sync
## <a name="quick_start"></a>Quick Start ## <a name="quick_start"></a>Quick Start
__ How does the user input? __ **How does the user input?**
- [Type a reply to a question, and press an Enter key](#quick_start-a) (A) - [Type a reply to a question, and press an Enter key](#quick_start-a) (A)
- [Type a keyword like a command in prompt, and press an Enter key](#quick_start-b) (B) - [Type a keyword like a command in prompt, and press an Enter key](#quick_start-b) (B)
- [Press a single key without Enter key](#quick_start-c) (C) - [Press a single key without Enter key](#quick_start-c) (C)
<a name="quick_start-a"></a>__ (A) What does the user input? __ <a name="quick_start-a"></a>**(A) What does the user input?**
- [E-mail address](#utility_methods-questionemail) - [E-mail address](#utility_methods-questionemail)
- [New password](#utility_methods-questionnewpassword) - [New password](#utility_methods-questionnewpassword)
@ -136,7 +136,7 @@ __ How does the user input? __
- [Local file/directory path](#utility_methods-questionpath) - [Local file/directory path](#utility_methods-questionpath)
- [Others](#basic_methods-question) - [Others](#basic_methods-question)
<a name="quick_start-b"></a>__ (B) What does your script do? __ <a name="quick_start-b"></a>**(B) What does your script do?**
- [Receive a parsed command-name and arguments](#utility_methods-promptcl) - [Receive a parsed command-name and arguments](#utility_methods-promptcl)
- [Receive an input repeatedly](#utility_methods-promptloop) - [Receive an input repeatedly](#utility_methods-promptloop)
@ -144,7 +144,7 @@ __ How does the user input? __
- [Receive an input with prompt that is similar to that of the user's shell](#utility_methods-promptsimshell) - [Receive an input with prompt that is similar to that of the user's shell](#utility_methods-promptsimshell)
- [Others](#basic_methods-prompt) - [Others](#basic_methods-prompt)
<a name="quick_start-c"></a>__ (C) What does the user do? __ <a name="quick_start-c"></a>**(C) What does the user do?**
- [Say "Yes" or "No"](#utility_methods-keyinyn) - [Say "Yes" or "No"](#utility_methods-keyinyn)
- [Say "Yes" or "No" explicitly](#utility_methods-keyinynstrict) - [Say "Yes" or "No" explicitly](#utility_methods-keyinynstrict)