Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Isler committed Jul 24, 2018
1 parent 31101ab commit 9aa5a92
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="https://cdn.jsdelivr.net/gh/spiritix/[email protected].0/dist/ga-legacy-cookie-parser.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/spiritix/[email protected].1/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 9aa5a92

Please sign in to comment.