Skip to content

Commit

Permalink
Use < where we can
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Nov 24, 2009
1 parent bd7be00 commit 1032da6
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 @@ -452,13 +452,13 @@ frontmatter. An example looks like this:
Hi {{name}}!
{{/names}}

$ cat complete.mustache | mustache
$ mustache < complete.mustache
Hi chris!
Hi mark!
Hi scott!

It's probably more useful to keep the YAML and HTML in separate files,
though. Luckily `cat` works great for this, too:
though. `cat` makes this easy:

$ cat data.yml
---
Expand Down

0 comments on commit 1032da6

Please sign in to comment.