Skip to content

Commit 2f05cca

Browse files
committed
Fix code typo (flatiron#331)
1 parent d737d8d commit 2f05cca

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
@@ -108,7 +108,7 @@ Tarantino works great with your favorite DOM library, such as jQuery.
108108
</script>
109109

110110
<script>
111-
$('document').ready(function() {
111+
$(document).ready(function() {
112112
//
113113
// create some functions to be executed when
114114
// the correct route is issued by the user.

0 commit comments

Comments
 (0)