Skip to content

Commit 8db88ae

Browse files
authored
Merge pull request #10 from customerio/fix-readme-formatting
2 parents f694145 + e29a2e0 commit 8db88ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/html-mod/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Email code will have plenty of quirks. And it will contain personalization langu
2323

2424
For example, running this HTML through cheerio:
2525

26-
```html
27-
<a href="{{" url }}>Click me</a>
26+
```
27+
<a href={{ url }}>Click me</a>
2828
```
2929

3030
will result in this:
@@ -41,8 +41,8 @@ User source files might have similar quirks. But more importantly, we want to ed
4141

4242
An example is if we are trying to add a class to this `div`:
4343

44-
```html
45-
<main class="main">
44+
```
45+
<main class='main'>
4646
<div class="button">Click me</div>
4747
</main>
4848
```

0 commit comments

Comments
 (0)