Skip to content

Commit f101d3b

Browse files
committed
feat: updated README.md
1 parent b8a0be9 commit f101d3b

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ _Note: There is only support for the [Official Markdown flavour](https://www.mar
88

99
## Installation
1010

11+
Install from your command line.
12+
13+
#### With yarn
14+
15+
```sh
16+
yarn add
17+
```
18+
19+
#### With npm
20+
21+
```sh
22+
npm install
23+
```
24+
1125
## Features
1226

1327
### Functions:
@@ -30,12 +44,12 @@ _Note: There is only support for the [Official Markdown flavour](https://www.mar
3044

3145
export default function EmailTemplate() {
3246
return (
33-
<Email>
34-
<Head />
35-
<Section>
36-
<ReactEmailMarkdown markdown={`# Hello, World!`} />
37-
</Section>
38-
</Email>
47+
<Email>
48+
<Head />
49+
<Section>
50+
<ReactEmailMarkdown markdown={`# Hello, World!`} />
51+
</Section>
52+
</Email>
3953
)
4054
}
4155
```

0 commit comments

Comments
 (0)