File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments