Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritix authored Jul 24, 2018
1 parent a513d83 commit cd97930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Adds a hidden input to the specified form containing a JSON string with parsed i

```
<!-- Add before </body> for all domains you want to include in tracking -->
<script src="../dist/ga-legacy-cookie-parser.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/spiritix/[email protected]/dist/ga-legacy-cookie-parser.min.js"></script>
<script>
var parser = new GAParser(['mydomain.com', 'second.com']);
console.log(parser.getInfo()); // Output info to console
Expand Down

0 comments on commit cd97930

Please sign in to comment.