Skip to content

Commit

Permalink
Merge pull request facebook#72 from 2color/patch-1
Browse files Browse the repository at this point in the history
Update docs - rephrase the source code structure
  • Loading branch information
fisherwebdev committed Oct 4, 2014
2 parents 34fba75 + 06cb234 commit 81a4fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TodoList.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a4fc3

Please sign in to comment.