Fixed the readme.md file

This commit is contained in:
OmengU
2021-11-12 08:55:27 +01:00
parent fb80a3ad9c
commit 387e49326d
+3 -3
View File
@@ -3,10 +3,10 @@ In order to use a mjml file it has to be converted into an HTML file.
## First install mjml from npm:
```
npm init -y && npm install mjml
$ npm init -y && npm install mjml
```
## Then run this command to convert an mjml:
## Then run this command to save the mjml file to an html file:
```
mjml index.mjml index.html
$ mjml -r index.mjml -o index.html
```
Now the HTML file is availiable. Just make sure to inline the css first.