Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit d6366cc

Browse files
committed
Add more description
1 parent 8306904 commit d6366cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/example/src/example.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class EchoConsole extends React.Component<{},EchoConsoleState> {
3131
return <Console ref={ref => this.child.console = ref}
3232
handler={this.echo}
3333
promptLabel={this.promptLabel}
34-
welcomeMessage={"Welcome to the react-console demo!"}
34+
welcomeMessage={"Welcome to the react-console demo!\nThis is an example of a simple echo console."}
3535
autofocus={true}
3636
/>;
3737
}

0 commit comments

Comments
 (0)