Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 8bc9d0e

Browse files
Update README.md
1 parent c689b12 commit 8bc9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ streamWaterline.enrichActivities(activities).then(function(enrichedActivities) {
262262
})
263263
```
264264

265-
### Customizing enrichment
265+
### Customizing enrichment (since 1.4.0)
266266

267267
By default the enrichment system assumes that you're referencing items by their id. Sometimes you'll want to customize this behaviour. You might for instance use a username instead of an id. Alternatively you might mant to use a caching layer instead of the ORM for loading the data. The example below shows how to customize the lookup for all User entries.
268268

0 commit comments

Comments
 (0)