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

Commit a5ac85a

Browse files
authored
Chore: update readme with friendlier verbiage
1 parent de71071 commit a5ac85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In most projects and frameworks, files are organized in a File type first fashio
1616

1717
We encourage encapsulation of features by asking that you organize each feature into the same folder. With React, this means that your containers and components exist in their own folders, along with literally every other file that pertains to that one component. Your actions, reducers, tests, styles, and everything else are all internal to the component they represent. By decoupling your features from the rest of your app, you set yourself up to reuse your UI components in future projects. You can thank us later!
1818

19-
This may be confusing at first, but we've set you up with a few examples and code generation tools. Give it a try! We promise you will enjoy it.
19+
If this is confusing, don't fret, we've set you up with a few examples and code generation tools. Give it a try! We promise you will enjoy it.
2020

2121
## Example Apps
2222
Below are a few example apps that have been built with this project

0 commit comments

Comments
 (0)