Fix: README
This commit is contained in:
parent
67f3b66480
commit
f802e5bece
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue