Skip to content

Commit 9442535

Browse files
committed
Update docs to reflect root/cwd options
1 parent 5cae346 commit 9442535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ posthtml([ include({ encoding: 'utf8' }) ])
3030

3131
### Options
3232

33-
__root__: Root folder path for include. Default `./`
33+
__root__: Root directory for include. Default `process.cwd()`
34+
35+
__cwd__: Current working directory for include. Default `process.cwd()`
3436

3537
__encoding__: Default `utf-8`
3638

0 commit comments

Comments
 (0)