diff --git a/docs/src/index.md b/docs/src/index.md index 50e9d2b5..a3e8554c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -886,7 +886,7 @@ using Mustache using Oxygen # Load the Mustache template from a file and create a render function -render = mustache("./templates/greeting.txt", from_file=false) +render = mustache("./templates/greeting.txt", from_file=true) @get "/mustache/file" function() data = Dict("name" => "Chris")