Skip to content

Commit a877544

Browse files
committed
Updated readme
1 parent d8d2d2a commit a877544

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
@@ -122,8 +122,7 @@ dataset = logins
122122
123123
// Returns the amount of logins per country
124124
dataset = logins
125-
| config grouping = country
126-
| comp count correlationId as logins
125+
| comp count correlationId as logins by country
127126
```
128127

129128
## config
@@ -287,7 +286,7 @@ dataset = users
287286

288287
# Changelog
289288

290-
## 4.1.1 (2025-10-14)
289+
## 4.1.0 (2025-10-14)
291290

292291
- Deprecated `grouping` option in `config` statement
293292
- Added `by [field]` argument to `comp` statement to allow grouping by a field

0 commit comments

Comments
 (0)