Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
#20 fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Sep 19, 2015
1 parent e9010a0 commit b86aeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocker/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN echo {{ "hello\nworld" | shell }}

This template will yield:
```Dockerfile
RUN $'hello\nworld'
RUN echo $'hello\nworld'
```

### {{ yaml *anything* }} or {{ *anything* | yaml }}
Expand Down

0 comments on commit b86aeca

Please sign in to comment.