Skip to content

Commit 6fa0eb2

Browse files
committed
Fixing server example mistake, hopefully showing dir structure a little better
1 parent 91d5e05 commit 6fa0eb2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ The most important part is the app.js file, which specifies the [shim configurat
88
###File structure
99

1010
- tools/
11-
build.js
12-
r.js
11+
- build.js
12+
- r.js
1313

1414
- www/
15-
app.html
16-
js/
17-
app.js
18-
lib/
19-
jquery.js
20-
jquery.alpha.js
21-
jquery.beta.js
22-
require.js
23-
app/
24-
main.js
15+
- app.html
16+
- js/
17+
- app.js
18+
- lib/
19+
- jquery.js
20+
- jquery.alpha.js
21+
- jquery.beta.js
22+
- require.js
23+
- app/
24+
- main.js
2525

2626
###How to see it in action
2727

28-
Just serve up the www/ folder using any web server you'd like. If you have python installed, an easy way is to navigate into the www/ directory and type `python -m SimpleHttpServer`
28+
Just serve up the www/ folder using any web server you'd like. If you have python installed, an easy way is to navigate into the www/ directory and type `python -m SimpleHTTPServer`
2929

3030
###How to optimize ut using r.js
3131
To use the optimizer, you need [node.js](http://nodejs.org) or Java 6 installed. These instructions assume Node is being used. See the [Optimization page](http://requirejs.org/docs/optimization.html]for more information.

0 commit comments

Comments
 (0)