Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed May 5, 2020
1 parent c8366f7 commit 35fd674
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 @@ -14,7 +14,7 @@
Writing Outlook conditionals in HTML emails is gross:

```html
<!--[if mso|ie]>
<!--[if mso]>
<div>Show this in all Outlook versions</div>
<![endif]-->
```
Expand Down Expand Up @@ -87,7 +87,7 @@ Using the tag with no attributes will target all Outlook versions:
Result:

```html
<!--[if mso|ie]>
<!--[if mso]>
<div>Show this in all Outlook versions</div>
<![endif]-->
```
Expand Down

0 comments on commit 35fd674

Please sign in to comment.