Skip to content

Commit 003643c

Browse files
authored
Add link to documentation about the file stream object (#66)
1 parent 111ec87 commit 003643c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ Default: `{}`
101101

102102
The data object used to populate the text.
103103

104-
In addition to the passed in data, `file` will be the stream object for the file being templated against and `filename` will be the path relative from the stream's basepath.
104+
In addition to the passed in data, `file` will be the [stream object](https://github.com/gulpjs/vinyl#instance-properties) for the file being templated against and `filename` will be the path relative from the stream's basepath.
105105

106106
*NOTE: using `false` will disable template processing of the header*

0 commit comments

Comments
 (0)