Fix Readme Typo (#333)

This commit is contained in:
Daniel Ternyak 2017-10-30 23:25:22 -07:00 committed by GitHub
parent ad084745c7
commit 4ee38eccc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ npm run derivation-checker
├── common ├── common
│ ├── actions - application actions │ ├── actions - application actions
│ ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common) │ ├── api - Services and XHR utils
│ ├── components - components according to "Redux philosophy" │ ├── components - components according to "Redux philosophy"
│ ├── config - frontend config depending on REACT_WEBPACK_ENV │ ├── config - frontend config depending on REACT_WEBPACK_ENV
│ ├── containers - containers according to "Redux philosophy" │ ├── containers - containers according to "Redux philosophy"