Skip to content

Commit ac2ffb6

Browse files
committed
Updated readme.
1 parent b458c27 commit ac2ffb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Porter is useful for anyone importing data into PHP applications. Data typically
4242
* Provides a [framework](#architecture) for structuring data import concepts, such a [providers](#providers) offering data via one or more [resources](#resources).
4343
* Offers useful post-import data augmentation operations such as [filtering](#filtering) and [mapping](#mapping).
4444
* Protects against intermittent network failure with [durability](#durability) features.
45-
* Supports raw data caching, at the connector level, for each import.
45+
* Supports raw data [caching](#caching), at the connector level, for each import.
46+
* Joins many data sets together using [sub-imports](#sub-imports).
4647

4748
### How to start using Porter
4849

0 commit comments

Comments
 (0)