Skip to content

Commit 1e787e5

Browse files
author
Kuldeep Kapade
committed
Update README.md
1 parent 6efe0dd commit 1e787e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Note: It does not track 'Viewable Video Impression'. It only tracks viewable imp
1515

1616
```javascript
1717
oav = new OpenAdViewability();
18-
oav.checkViewability(ad_elem, function(check){
18+
oav.checkViewability(ad_element, function(check){
1919
if(check.viewabilityStatus){
2020
// Your code here
2121
}

0 commit comments

Comments
 (0)