Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Jun 17, 2016
1 parent 4b8ce9c commit 59f3049
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 59f3049

Please sign in to comment.