From 1cff8d9c94ec1f8ffbf36fb5611dacedbb4f3cb9 Mon Sep 17 00:00:00 2001
From: Nikita Rushmanov
Date: Sun, 9 Nov 2014 22:53:17 -0800
Subject: [PATCH] Update README.md
Fixed a small typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 82f690b..d759c4c 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({