Skip to content

Commit 2455d48

Browse files
committed
Adjustments to changes in faucet-pipeline-static
1 parent aef0b20 commit 2455d48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ file). `baseURI` can be either:
191191
like this: `${baseURI}${target}`
192192
2. If your `baseURI` is a function, it will be the return value of your
193193
function. The function will be provided with two arguments: `target` and
194-
`path.basename(target)`.
194+
`path.basename(target)` (except for `faucet-pipeline-static`, where the
195+
second argument is the path to the file relative to the target).
195196

196197
For example, it might look like this:
197198

0 commit comments

Comments
 (0)