Skip to content

Commit ef01ceb

Browse files
authored
Merge pull request #6 from mhulse/331-fix-typo
Fix code typo (flatiron#331) [ci skip]
2 parents 9ff670d + 2f05cca commit ef01ceb

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)