Skip to content

Commit e44f590

Browse files
committed
Merge pull request requirejs#8 from Nikita240/patch-1
Update README.md
2 parents 1b5fe91 + 1cff8d9 commit e44f590

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)