Skip to content

Commit ee80ac4

Browse files
author
James Halliday
committed
document function outputs
1 parent 80b4ab9 commit ee80ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ The output format for `fr` and each of the `fr` sub-streams given by each
193193

194194
`opts.o` or `opts.outputs` should be an array that pairs up with the `files` array to specify
195195
where each bundle output for each entry file should be written. The elements in
196-
`opts.o` can be string filenames or writable streams.
196+
`opts.o` can be string filenames, writable streams, or functions that return a
197+
string filename or writable stream.
197198

198199
`opts.entries` or `opts.e` should be the array of entry files to create
199200
a page-specific bundle for each file. If you don't pass in an `opts.entries`,

0 commit comments

Comments
 (0)