Skip to content

Commit

Permalink
Small README update
Browse files Browse the repository at this point in the history
  • Loading branch information
albertrdixon committed Mar 13, 2015
1 parent ed534ab commit 512c998
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 @@ -39,7 +39,7 @@ Usage of ./t2:

Defaults:

```golang
```go
Defaults = Config{
TmplDir: "/templates",
DefaultDir: filepath.Join(os.TempDir(), "T2"),
Expand All @@ -53,7 +53,7 @@ Defaults:

Super simple. Use the following methods in the template to set up how the file should be generated from the template: `dir` `mode` `user` `group`

```golang
```
# example supervisor.conf template
{{ dir "/etc/supervisor" }}
{{ mode 0644 }}
Expand Down

0 comments on commit 512c998

Please sign in to comment.