From a83b02e0665c816de00977a8da1eb7562c3b08b6 Mon Sep 17 00:00:00 2001 From: anseki Date: Mon, 10 Aug 2015 14:06:53 +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 70d5e14..4bd422d 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 @@ npm install readline-sync - [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 @@ npm install readline-sync - [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)