From 06cb234d24a4d2b1720e72cf95e7b3da8c25af03 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Thu, 2 Oct 2014 12:41:56 +0200 Subject: [PATCH] Update docs - rephrase the source code structure The index.html is not a result of any compilation/bundling process rather the bundle.js. This has been clarified in the rephrasing. --- docs/TodoList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TodoList.md b/docs/TodoList.md index a8b3ddb14d2472..a89f9f39796a1b 100644 --- a/docs/TodoList.md +++ b/docs/TodoList.md @@ -16,7 +16,7 @@ The TodoMVC example has all this built into it as well, but if you're starting w Source Code Structure --------------------- -The resulting index.js file may be used as the entry point into our app, but we'll put most of our code in a 'js' directory. Let's let Browserify do its thing, and now we'll open a new tab in Terminal (or a GUI file browser) to look at the directory. It should look something like this: +The index.html file may be used as the entry point into our app which loads the resulting bundle.js file, but we'll put most of our code in a 'js' directory. Let's let Browserify do its thing, and now we'll open a new tab in Terminal (or a GUI file browser) to look at the directory. It should look something like this: ``` myapp