Skip to content

Commit a06b2f4

Browse files
authored
Update README.md
1 parent 967b338 commit a06b2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This plugin works across all browsers IE, Firefox, Microsoft Edge & Google chrom
1111
It is basically checking GUID of the window against value in cookie<br/>
1212

1313
Sample usage:
14+
```
1415
<script type="text/javascript">
1516
$(document).ready(function () {
1617
if (window.IsDuplicate()) {
@@ -19,3 +20,4 @@ Sample usage:
1920
}
2021
});
2122
</script>
23+
```

0 commit comments

Comments
 (0)