Skip to content

Commit

Permalink
Updated readm
Browse files Browse the repository at this point in the history
  • Loading branch information
jui committed Jan 29, 2015
1 parent af94838 commit 3412bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3412bcc

Please # to comment.