Skip to content

Commit e48fa69

Browse files
committedJun 19, 2014
Change date- to data-, thanks to Pritam Pebam
1 parent 48211cd commit e48fa69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Use `$('body').analyticsEventTracking();` to initialize the plugin.
1515

1616
All elements in the body tag which contain the class `.track` will be tracked.
1717

18-
Add `date-category="category-name"` to specify the category (default: 'General')
19-
Add `date-action="click"` to specify the action (default: 'click')
20-
Add `date-label="label-name"` to specify the label (default: '')
21-
Add `date-value="1"` to specify the value (default: 1)
18+
Add `data-category="category-name"` to specify the category (default: 'General')
19+
Add `data-action="click"` to specify the action (default: 'click')
20+
Add `data-label="label-name"` to specify the label (default: '')
21+
Add `data-value="1"` to specify the value (default: 1)
2222

2323
Advanced usage
2424
-----

0 commit comments

Comments
 (0)