Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed Aug 1, 2016
1 parent b6fe794 commit 8a5e2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prompt -- Prompt for a password
| --- | --- | --- | --- |
| [ask] | <code>string</code> | | prompt output |
| [options] | <code>Object</code> | | |
| [options.method] | <code>string</code> | <code>&quot;&#x27;mask&#x27;&quot;</code> | mask or hide |
| [options.method] | <code>string</code> | <code>&quot;mask&quot;</code> | mask or hide |

**Example**
```js
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ let read = {
* // password: ******
* @param {string} [ask] - prompt output
* @param {Object} [options]
* @param {string} [options.method='mask'] - mask or hide
* @param {string} [options.method=mask] - mask or hide
* @returns {Promise<string>} input from user
*/
function prompt (ask, options) {
Expand Down

0 comments on commit 8a5e2ce

Please sign in to comment.