Skip to content

Commit c65b2bf

Browse files
committed
Fix readme
1 parent 485f15c commit c65b2bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,13 @@ $client->statistics()->sendEvent(
9494
$eventBuilder
9595
->incremental()
9696
->event('purchase')
97-
->setValue("30")
97+
->setValue(30)
9898
->setUserId($userSignature)
9999
->build()
100100
);
101101
```
102102

103-
Please note, you can use the IncrementalEventDTO (Abrouter\Client\DTO\IncrementalEventDTO) if you would like to send the increment counter statistics, and SummarizeEventDTO(same namespace) to track some sum.
104-
103+
For additional details of sending events please see StatEventBuilder class.
105104

106105
## Parallel running
107106

0 commit comments

Comments
 (0)