Skip to content

Commit

Permalink
Add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Aug 20, 2016
1 parent 8306904 commit d6366cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/src/example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class EchoConsole extends React.Component<{},EchoConsoleState> {
return <Console ref={ref => this.child.console = ref}
handler={this.echo}
promptLabel={this.promptLabel}
welcomeMessage={"Welcome to the react-console demo!"}
welcomeMessage={"Welcome to the react-console demo!\nThis is an example of a simple echo console."}
autofocus={true}
/>;
}
Expand Down

0 comments on commit d6366cc

Please sign in to comment.