diff --git a/README.md b/README.md index 477cb68..b5b81c7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # react-console -Simple React console emulator. + +Simple React.js console emulator. See the [live demo](https://autochthe.github.io/react-console/). + ## Installation npm install --save-dev react-console-component + ## Example Simple prompt that echoes back input: @@ -43,6 +46,7 @@ Properties you can pass to the console element | promptLabel? | string | function(): string | String displayed to prompt user for input. | welcomeMessage? | string | Initial message displayed after mount. + ## Public members | Member | Type | Description diff --git a/example/README.md b/example/README.md index 4e38b8b..eaa33d6 100644 --- a/example/README.md +++ b/example/README.md @@ -1,8 +1,10 @@ # Example react-console project + Example React console emulator. Used in the [live demo](https://autochthe.github.io/react-console/). + ## Usage Build project: