Skip to content

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

docs/example/dist/react-console.example.js

Lines changed: 1 addition & 1 deletion
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));

docs/example/dist/react-console.example.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)