Skip to content

Commit c42c192

Browse files
committed
readme updates
1 parent 5609909 commit c42c192

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,23 @@ The most important part is the app.js file, which specifies the [shim configurat
77

88
###Project structure
99

10-
- tools/
11-
- build.js
12-
- r.js
13-
- www/
14-
- app.html
15-
- js/
16-
- app.js
17-
- lib/
18-
- jquery.js
19-
- jquery.alpha.js
20-
- jquery.beta.js
21-
- require.js
22-
- app/
23-
- main.js
10+
tools/
11+
12+
- build.js
13+
- r.js
14+
15+
www/app.html
16+
17+
www/js/
18+
19+
- app.js
20+
- lib/
21+
- jquery.js
22+
- jquery.alpha.js
23+
- jquery.beta.js
24+
- require.js
25+
- app/
26+
- main.js
2427

2528
###How it's set up
2629
The main file of this setup is www/js/app.js. It is loaded from app.html by this line:

0 commit comments

Comments
 (0)