commit 1640ce52da53bddd20995c732ede2f52f8c0889a
parent a771f672e28f3e7bb892905c0b0cf1f141840f05
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 16 Sep 2014 12:45:41 +0400
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -41,9 +41,7 @@
│ ├── /pages/ # Web pages. E.g. Profile.jsx (or .html, .jade etc.)
│ ├── /services/ # Services and business logic
│ ├── /styles/ # LESS style sheets (or SASS/SCSS, Stylus etc.)
-│ ├── /404.html # 'Page not found' page
-│ ├── /app.jsx # Entry point / bootstrap script
-│ └── /index.html # Home page of a single-page application (SPA)
+│ └── /app.jsx # Entry point / bootstrap script
├── /test/ # Unit, integration and load tests
│ ├── /e2e/ # End-to-end tests
│ └── /unit/ # Unit tests