You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ segmentProvider.setKey('abc');
42
42
Most Segment methods (see [Analytics.js](https://segment.com/docs/libraries/analytics.js/)) are available on the `segment` service created by ngSegment.
43
43
44
44
```js
45
-
segment.track('action', { prop:'value' });
45
+
segment.track('event', { prop:'value' });
46
46
```
47
47
48
48
Continue reading about the configuration options, or jump to the [Examples](#examples).
0 commit comments