Skip to content

Commit

Permalink
wording in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Nov 28, 2024
1 parent 0b38254 commit c5455e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ Supported functions include:
- avg
__On each row__
In this example, we are counting the number of lines calculating total amount for each order. This is represented as the property <i>numberOfLines</i>. You can call these aggregated properties whatever you want.
In this example, we are counting the number of lines on each order. This is represented as the property <i>numberOfLines</i>. You can name these aggregated properties whatever you want.
You can also elevate associated data to the a parent level for easier access. In the example below, <i>balance</i> of the customer is elevated to the root level.
```javascript
Expand Down

0 comments on commit c5455e0

Please sign in to comment.