From 9cc37d7c356e0bcd1d090d1483cd5999638d5bea Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Fri, 18 Nov 2022 10:35:30 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dcb676b..81a9aa10 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You should never give end-users unfettered access to the EJS render method, If y - `cache` Compiled functions are cached, requires `filename` - `filename` The name of the file being rendered. Not required if you are using `renderFile()`. Used by `cache` to key caches, and for includes. - - `root` Set project root for includes with an absolute path (e.g, /file.ejs). + - `root` Set template root(s) for includes with an absolute path (e.g, /file.ejs). Can be array to try to resolve include from multiple directories. - `views` An array of paths to use when resolving includes with relative paths. - `context` Function execution context