Skip to content

Commit 9cc37d7

Browse files
authored
Update README.md
1 parent f1d6c51 commit 9cc37d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You should never give end-users unfettered access to the EJS render method, If y
6363
- `cache` Compiled functions are cached, requires `filename`
6464
- `filename` The name of the file being rendered. Not required if you
6565
are using `renderFile()`. Used by `cache` to key caches, and for includes.
66-
- `root` Set project root for includes with an absolute path (e.g, /file.ejs).
66+
- `root` Set template root(s) for includes with an absolute path (e.g, /file.ejs).
6767
Can be array to try to resolve include from multiple directories.
6868
- `views` An array of paths to use when resolving includes with relative paths.
6969
- `context` Function execution context

0 commit comments

Comments
 (0)