summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/files.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/files.md')
-rw-r--r--docs/content/en/templates/files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/files.md b/docs/content/en/templates/files.md
index a448d7908..c2de11292 100644
--- a/docs/content/en/templates/files.md
+++ b/docs/content/en/templates/files.md
@@ -43,7 +43,7 @@ To use the `readFile` function in your templates, make sure the path is relative
### `readFile` Example: Add a Project File to Content
-As `readFile` is a function, it is only available to you in your templates and not your content. However, we can create a simple [shortcode template][sct] that calls `readFile`, passes the first argument through the function, and then allows an optional second argument to send the file through the Blackfriday markdown processor. The pattern for adding this shortcode to your content will be as follows:
+As `readFile` is a function, it is only available to you in your templates and not your content. However, we can create a simple [shortcode template][sct] that calls `readFile`, passes the first argument through the function, and then allows an optional second argument to send the file through the markdown processor. The pattern for adding this shortcode to your content will be as follows:
```
{{</* readfile file="/path/to/local/file.txt" markdown="true" */>}}