Skip to content

Commit

Permalink
CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 28, 2013
1 parent 15bebc5 commit a292e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Example usage:

```js
promptly.password('Type a password: ', function (err, value) {
console.log('Password is', value);
console.log('Password is:', value);
});
```

Expand Down

0 comments on commit a292e00

Please sign in to comment.