From 448da277e00e16f658b1c66ea19856046bf50516 Mon Sep 17 00:00:00 2001 From: Mara Kim Date: Thu, 23 Jun 2016 22:07:19 -0400 Subject: [PATCH] Reorganize README --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 21e5847..3a4b598 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # react-console Simple React.js console emulator. -See the [live demo](https://autochthe.github.io/react-console/). [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][npm-url] @@ -12,18 +11,6 @@ See the [live demo](https://autochthe.github.io/react-console/). [![peerDependency Status][david-peer-image]][david-peer-url] -## Installation - - npm install --save-dev react-console-component - - -## Features - -* Readline emulation -* Mobile friendly -* Input Method Editor (IME) support - - ## Example Simple prompt that echoes back input: @@ -43,7 +30,19 @@ let EchoConsole = React.createClass({ }); ``` -See the [example project](example) used in the live demo. +See the [example project](example) used in the [live demo][demo-url]. + + +## Installation + + npm install --save-dev react-console-component + + +## Features + +* Readline emulation +* Mobile friendly +* Input Method Editor (IME) support ## Props @@ -74,7 +73,7 @@ Properties you can pass to the console element React-console is inspired by [chrisdone/jquery-console](https://github.com/chrisdone/jquery-console). - +[demo-url]: https://autochthe.github.io/react-console/ [npm-image]: https://img.shields.io/npm/v/react-console-component.svg [npm-url]: https://npmjs.org/package/react-console-component [downloads-image]: https://img.shields.io/npm/dm/react-console-component.svg