Index: README.md
===================================================================
--- README.md	(revision 972526e4e16b109d67d98e6b1b262af9ff19a69f)
+++ README.md	(revision c009c0e336d47865a534e4c126fe7d53c60d433a)
@@ -14,10 +14,8 @@
 │  ├─ components/
 │  │  ├─ mod.rs # Defines the components module
-│  │  ├─ hero.rs # The Hero component for use in the home page
-│  │  ├─ echo.rs # The echo component uses server functions to communicate with the server
+│  │  ├─ ... Implementations of components
 │  ├─ views/ # The views each route will render in the app.
 │  │  ├─ mod.rs # Defines the module for the views route and re-exports the components for each route
-│  │  ├─ blog.rs # The component that will render at the /blog/:id route
-│  │  ├─ home.rs # The component that will render at the / route
+│  │  ├─ ... Components that will render at respective routes
 ├─ Cargo.toml # The Cargo.toml file defines the dependencies and feature flags for your project
 ```
