From d0612e31d54bb3cf0f60f149a9057f19e51469da Mon Sep 17 00:00:00 2001 From: serafeimgr Date: Wed, 19 Jun 2024 17:02:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0dd9be..fd145c5 100644 --- a/README.md +++ b/README.md @@ -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