Skip to content

Commit 2ab00aa

Browse files
committed
Use 'Custom output path' in template return type table header
1 parent 2c5481f commit 2ab00aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ export default templateIterator
879879

880880
Use the simplest return type that fits your needs:
881881

882-
| Return type | Multiple outputs | Custom filename | Use when |
882+
| Return type | Multiple outputs | Custom output path | Use when |
883883
|---|---|---|---|
884-
| String | No | No (derived from template filename) | Single file, filename from template name |
884+
| String | No | No (derived from template filename) | Single file, output path derived from template filename |
885885
| Object | No | Yes | Single file with a custom output path |
886886
| Array | Yes | Yes | Fixed set of output files known at build time |
887887
| AsyncIterator | Yes | Yes | Dynamic or unknown number of outputs at build time |

0 commit comments

Comments
 (0)