Skip to content

Commit

Permalink
Typo fix (thanks @mathiasbynens)
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed Apr 8, 2012
1 parent 994a673 commit a223e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -14,7 +14,7 @@ $.scrollDepth();

// With some options
$.scrollDepth({
minHeight: 2000px, // Only track for documents taller than 2000px | Default: 0
minHeight: 2000, // Only track for documents taller than 2000px | Default: 0
elements: ['#comments', 'footer'] // Track DOM elements | Default: []
percentage: false, // Don't track depth percentage | Default: true
});
Expand Down

0 comments on commit a223e32

Please sign in to comment.