Skip to content

Commit

Permalink
Fix table syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya authored Aug 18, 2016
1 parent edf0a81 commit d43d110
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 @@ -58,7 +58,7 @@ Properties you can pass to the console element
| complete? | function(words: string[], cursor: number, prompt: string): string[] | Return a list of possible completions given a list of (`words`), index of the word containing the cursor (`cursor`) , and the full prompt text (`prompt`).
| continue? | function(prompt: string): bool | Return a boolean indicating whether to continue asking for user input on a newline given the current prompt text (`prompt`).
| handler | function(command: string): any | Handle a command (`command`), logging data with `this.log()` or `this.logX()`, and calling `this.return()` when finished.
| promptLabel? | string | function(): string | String displayed to prompt user for input.
| promptLabel? | string \| function(): string | String displayed to prompt user for input.
| welcomeMessage? | string | Initial message displayed after mount.


Expand Down

0 comments on commit d43d110

Please sign in to comment.