Skip to content

Commit 22f6d10

Browse files
committed
Beautify readme
1 parent f90b639 commit 22f6d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Plugin will automatically generate HTML required, and gracefully fall back to a
3535
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js'></script>
3636
<script type='text/javascript' src='./jquery.toggleswitch.js'></script>
3737
<script type='text/javascript'>
38-
jQuery(document).ready(function($) {
38+
jQuery(document).ready(function ($) {
3939
$('.toggleswitch').toggleSwitch();
4040
});
4141
</script>
@@ -70,7 +70,7 @@ No flicker between the document loading and toggle switch appearing, but there i
7070
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js'></script>
7171
<script type='text/javascript' src='./jquery.toggleswitch.js'></script>
7272
<script type='text/javascript'>
73-
jQuery(document).ready(function($) {
73+
jQuery(document).ready(function ($) {
7474
$('.toggleswitch').toggleSwitch();
7575
});
7676
</script>

0 commit comments

Comments
 (0)