From c5455e0bbaffe19f48a400e6a07dd761f462ad69 Mon Sep 17 00:00:00 2001 From: Lars-Erik Roald Date: Thu, 28 Nov 2024 08:28:17 +0100 Subject: [PATCH] wording in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 506a6582..3730b578 100644 --- a/README.md +++ b/README.md @@ -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 numberOfLines. 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 numberOfLines. 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, balance of the customer is elevated to the root level. ```javascript