From 3412bcc1d143196adbb5a0a9d331aa7e34802f15 Mon Sep 17 00:00:00 2001 From: Jussi Uusi-Illikainen Date: Thu, 29 Jan 2015 20:26:15 +0200 Subject: [PATCH] Updated readm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1dcfa0..3a66f1b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ## Usage ```elixir -Mustachex.render("Hello, {{planet}}", [planet: "World!"]) -#=> "Hello, World!" Mustachex.render("Hello, {{planet}}", %{planet: "World!"}) + +Mustachex.render_file("template.mustache", %{planet: "World!"}) ``` ## Links