Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 1e5d22b

Browse files
authored
Update README.md
1 parent 7d11d77 commit 1e5d22b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReactCLI 🚞
1+
# ReactCLI 👑
22

33
👋
44

@@ -9,13 +9,13 @@ ReactCLI is a react renderer for the command line. All of the benefits of React,
99
### yarn
1010

1111
```bash
12-
yarn add react-cli-renderer
12+
yarn add react react-cli-renderer
1313
```
1414

1515
### npm
1616

1717
```bash
18-
npm install --save react-cli-renderer
18+
npm install --save react react-cli-renderer
1919
```
2020

2121
### How it works
@@ -39,9 +39,7 @@ ReactCLI.render(
3939
);
4040
```
4141

42-
### Details
43-
44-
#### Premise
42+
#### About
4543

4644
ReactCLI is analogous to ReactDOM or ReactNative. It takes the tree of nodes determined by React and the React reconciler, and renders that content to the command line. This means that you get all of the core features of React for free, like stateful components, context, refs, etc - in addition to being able to use third party libraries for things like state management.
4745

@@ -60,7 +58,7 @@ ReactCLI provides two components for building command line interfaces.
6058
```
6159

6260
- break
63-
Break components allow you to define columns and/or rows within a section.
61+
Break components allow you to define columns and/or rows within a section (as opposed to using nested sections).
6462

6563
```javascript
6664
<div>

0 commit comments

Comments
 (0)