Skip to content

Commit 8bddaaa

Browse files
author
Kevin Friedman
committed
Fixed typo in README
1 parent e4f6d45 commit 8bddaaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Adding this code will load GAP and track the current pageview.
5858
To optionally control how the client-side cookie is set, pass a cookie fields object:
5959

6060
```javascript
61-
ga('create', 'UA-XXXXX-Y', {
62-
'clientId': '76c24efd-ec42-492a-92df-c62cfd4540a3',
63-
'cookieDomain': 'example.org',
64-
'cookieExpires': 60 * 60 * 24 // Time in seconds (1 day)
61+
gap('create', 'UA-XXXXX-Y', {
62+
clientId: '76c24efd-ec42-492a-92df-c62cfd4540a3',
63+
cookieDomain: 'example.org',
64+
cookieExpires: 60 * 60 * 24 // Time in seconds (1 day)
6565
});
6666
```
6767

0 commit comments

Comments
 (0)