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)