Skip to content

Commit 0360269

Browse files
committed
Fix to readme
Signed-off-by: Aaron Armstrong <[email protected]>
1 parent 7b9ef6c commit 0360269

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a very simple & lightweight jQuery plugin which detects the orientation
55

66
Simply add the orientation.js file to the bottom of your file, and intialize the plugin on what ever images, divs or elements you desire. ( look at example below )
77

8-
<script src="jquery.imageorientation.js"></script>
8+
<script src="jquery.imageorientation.js"></script>
99
<script>
1010
$(window).on('load', function() {
1111
$('img').orientation();

0 commit comments

Comments
 (0)