Skip to content

Commit

Permalink
Add maxScrollTracker to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jan 24, 2017
1 parent a3be190 commit 42961d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ The `autotrack.js` library is small (6K gzipped), and includes the following plu
<td><a href="/docs/plugins/impression-tracker.md"><code>impressionTracker</code></a></td>
<td>Allows you to track when elements are visible within the viewport.</td>
</tr>
<tr>
<td><a href="/docs/plugins/max-scroll-tracker.md"><code>maxScrollTracker</code></a></td>
<td>Automatically tracks how far down the page users scroll.</td>
</tr>
<tr>
<td><a href="/docs/plugins/media-query-tracker.md"><code>mediaQueryTracker</code></a></td>
<td>Enables tracking media query matching and media query changes.</td>
Expand Down

0 comments on commit 42961d7

Please sign in to comment.