Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ moo.track(action: string, [{ key1: value1 }, { key2: value2 }]);
moo.trackLogin(); // Will send LOGIN event with no context
moo.trackPageView(); // Will send PAGE_VIEW event with { url: string }

// Events known on server side
// Events known on server side.

// Will add item to order or increase the item count if already in order.
// If there is no STARTED order it will be created
Expand Down