Skip to content

Commit cf144d0

Browse files
author
Alex Ross
committed
Update README.md
1 parent 385f669 commit cf144d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ segmentProvider.setKey('abc');
4242
Most Segment methods (see [Analytics.js](https://segment.com/docs/libraries/analytics.js/)) are available on the `segment` service created by ngSegment.
4343

4444
```js
45-
segment.track('action', { prop: 'value' });
45+
segment.track('event', { prop: 'value' });
4646
```
4747

4848
Continue reading about the configuration options, or jump to the [Examples](#examples).

0 commit comments

Comments
 (0)