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

Commit 718c30f

Browse files
authored
Update README.md
1 parent 1e5d22b commit 718c30f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

33
👋
44

@@ -41,7 +41,7 @@ ReactCLI.render(
4141

4242
#### About
4343

44-
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.
44+
ReactCLI is analogous to ReactDOM or ReactNative. It just renders any updates dictated by React and the React reconciler 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. In addition, it provides a couple core components that are useful for building out command line interfaces.
4545

4646
#### Components
4747

0 commit comments

Comments
 (0)