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

Commit 7ccac62

Browse files
committed
Update example
1 parent d6366cc commit 7ccac62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/example/dist/react-console.example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var Example =
7676
}
7777
EchoConsole.prototype.render = function () {
7878
var _this = this;
79-
return React.createElement(react_console_component_1.default, {ref: function (ref) { return _this.child.console = ref; }, handler: this.echo, promptLabel: this.promptLabel, welcomeMessage: "Welcome to the react-console demo!", autofocus: true});
79+
return React.createElement(react_console_component_1.default, {ref: function (ref) { return _this.child.console = ref; }, handler: this.echo, promptLabel: this.promptLabel, welcomeMessage: "Welcome to the react-console demo!\nThis is an example of a simple echo console.", autofocus: true});
8080
};
8181
return EchoConsole;
8282
}(React.Component));

Diff for: docs/example/dist/react-console.example.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)