From c378991bb122b068c332f0c4c48bf7c9dd9bfbad Mon Sep 17 00:00:00 2001 From: anseki Date: Mon, 10 Aug 2015 14:09:00 +0900 Subject: [PATCH] Fix md README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bd422d..ef877f8 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,13 @@ npm install readline-sync ## 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 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) -__ (A) What does the user input? __ +**(A) What does the user input?** - [E-mail address](#utility_methods-questionemail) - [New password](#utility_methods-questionnewpassword) @@ -136,7 +136,7 @@ __ How does the user input? __ - [Local file/directory path](#utility_methods-questionpath) - [Others](#basic_methods-question) -__ (B) What does your script do? __ +**(B) What does your script do?** - [Receive a parsed command-name and arguments](#utility_methods-promptcl) - [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) - [Others](#basic_methods-prompt) -__ (C) What does the user do? __ +**(C) What does the user do?** - [Say "Yes" or "No"](#utility_methods-keyinyn) - [Say "Yes" or "No" explicitly](#utility_methods-keyinynstrict)