Skip to content

Commit

Permalink
Fixed references to index.js / namespace.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgns committed Jan 26, 2012
1 parent 29f038a commit 0dc39cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h3 id="cleaning">Cleaning out default files and code</h3>

<h3 id="namespace">Setting your namespace</h3>
<p>This is a very important starting step to creating your application. This brands the application to your name and makes
it something identifiable to new developers. To set your own namespace, simply open the <code>app/index.js</code> file and
it something identifiable to new developers. To set your own namespace, simply open the <code>app/namespace.js</code> file and
make the following modifications:

First change the name of the namespace, this is defined on <code>Line 4</code>
Expand All @@ -195,7 +195,7 @@ <h3 id="namespace">Setting your namespace</h3>
</code></pre>
</p>

<p>Once you've set the name, you'll want to change the reference on <code>Line 50</code> to:
<p>Once you've set the name, you'll want to change the reference in <code>index.js</code> on <code>Line 7</code> to:

<pre><code>
// Shorthand the application namespace
Expand Down

0 comments on commit 0dc39cc

Please sign in to comment.