Skip to content

Commit e4c71d7

Browse files
committed
Update readme
1 parent c65b2bf commit e4c71d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $client = $di->make(Abrouter\Client\Client::class); // using PHP-DI
8080

8181
$eventBuilder = $this->getContainer()->make(StatEventBuilder::class);
8282

83-
//sending button_click event
83+
//sending button_click event as button_click+1
8484
$client->statistics()->sendEvent(
8585
$eventBuilder
8686
->incremental()
@@ -89,7 +89,7 @@ $client->statistics()->sendEvent(
8989
->build()
9090
);
9191

92-
// sending purchase event
92+
// sending purchase event with purchase amount
9393
$client->statistics()->sendEvent(
9494
$eventBuilder
9595
->incremental()

0 commit comments

Comments
 (0)