Skip to content

Commit

Permalink
Fix readme typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
m-basov committed Mar 15, 2020
1 parent 1cb766c commit 9f9d888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end
<mj-container>
<%= yield %>
</mj-container>
<mj-body>
</mj-body>
</mjml>
```

Expand Down Expand Up @@ -86,7 +86,7 @@ end
<mj-container>
<mj-text>Hello, world!</mj-text>
</mj-container>
<mj-body>
</mj-body>
</mjml>
```

Expand All @@ -108,7 +108,7 @@ template.render # returns compiled HTML
<mj-container>
<mj-text>Hello, world!</mj-text>
</mj-container>
<mj-body>
</mj-body>
</mjml>
```

Expand Down

0 comments on commit 9f9d888

Please sign in to comment.