Skip to content

Commit 6267b02

Browse files
committed
Merge pull request #6 from b-long/patch-1
Fixed typo (wrong case in referencing `app.js` file)
2 parents 993920a + 0297f56 commit 6267b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The main file of this setup is www/js/app.js. It is loaded from app.html by this
3535
<script data-main="js/app" src="js/lib/require.js"></script>
3636
```
3737

38-
App.js is mainly about configuration. The shim configuration specifies jQuery as a dependency for jQuery.alpha and jQUery.beta. Finally, our main code is loaded at the bottom of the file:
38+
app.js is mainly about configuration. The shim configuration specifies jQuery as a dependency for jQuery.alpha and jQUery.beta. Finally, our main code is loaded at the bottom of the file:
3939

4040
```javascript
4141
requirejs.config({

0 commit comments

Comments
 (0)