Fix: README

This commit is contained in:
anseki 2016-02-24 01:26:38 +09:00
parent 67f3b66480
commit f802e5bece
2 changed files with 2 additions and 2 deletions

View file

@ -1591,7 +1591,7 @@ Refused . Please input another.
(May be more better: `'$<(Refused )lastInput( you requested. )>Please input another.'`) (May be more better: `'$<(Refused )lastInput( you requested. )>Please input another.'`)
*Note:* The syntax `${parameter}` of older version is still supported, but this should not be used because it may be confused with ES6. And this will not be supported in due course of time. *Note:* The syntax `${parameter}` of older version is still supported, but this should not be used because it may be confused with template string syntax of ES6. And this will not be supported in due course of time.
### <a name="placeholders-parameters"></a>Parameters ### <a name="placeholders-parameters"></a>Parameters

View file

@ -1,6 +1,6 @@
{ {
"name": "readline-sync", "name": "readline-sync",
"version": "1.4.0", "version": "1.4.1",
"title": "readlineSync", "title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [ "keywords": [