From 0297f5645174c1bf7a80a872af80b04be65c7e5e Mon Sep 17 00:00:00 2001 From: b-long Date: Sat, 2 Nov 2013 20:17:11 -0400 Subject: [PATCH] Fixed typo (wrong case in referencing `app.js` file) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cc8e6..82f690b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The main file of this setup is www/js/app.js. It is loaded from app.html by this ``` -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: +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: ```javascript requirejs.config({