From a8cef9323868d5da5f6686cde66606a0fd54542f Mon Sep 17 00:00:00 2001 From: David Zukowski Date: Tue, 28 Jun 2016 10:06:21 -0400 Subject: [PATCH] docs(readme): fix folder structure --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b8311c25c..134967475 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ The application structure presented in this boilerplate is **fractal**, where fu │ │ └── reducers.js # Reducer registry and injection │ └── routes # Main route definitions and async split points │ ├── index.js # Bootstrap main application routes with store -│ ├── Root.js # Wrapper component for context-aware providers │ └── Home # Fractal route │ ├── index.js # Route definitions and async split points │ ├── assets # Assets required to render components