From 70f77f403b0646eb629fd48e1adb36c8eba48a1c Mon Sep 17 00:00:00 2001 From: anseki Date: Sat, 25 Apr 2015 00:05:27 +0900 Subject: [PATCH] header ids check --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bcc4c2..15583cf 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ program = readlineSync.question('Which program starts do you want? :', { input = readlineSync.prompt([options]) ``` -Display a prompt-sign (see [`prompt`](#prompt-1) option) to the user, and then return the input from the user after it has been typed and an Enter key was pressed. +Display a prompt-sign (see [`prompt`](#options%3eprompt) option) to the user, and then return the input from the user after it has been typed and an Enter key was pressed. You can specify an `options` (see [Options](#options)) to control the behavior (e.g. refusing unexpected input, avoiding trimming white spaces, etc.). For example: @@ -186,7 +186,7 @@ a6 = readlineSync.question('And you? :'); // It's limited to 2 th The Object as `options` can have following properties. -### `prompt` +### `prompt` _For `prompt*` methods only_ *Type:* string or others