Skip to content

Commit 1c52b97

Browse files
committed
update readme
1 parent 8ade46f commit 1c52b97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSS Inliner #
22

3-
### This project helps in building inline styles for html which is very useful for writing HTML emails ###
3+
### This project helps in building inline styles for html which is very useful for writing HTML emails
44

55
***Requires node > v7.0***
66

@@ -10,6 +10,8 @@
1010
3. `npm i`
1111
4. `npm start file <path-to-htmlfile>`
1212

13-
### Inlined HTML is written to a file in the same directory where the HTML file recides. It is saved to a file named **inlinedHtml.html** ###
13+
### Few more points
1414

15-
### Please note that you should have a seperate css file in the same directory where the html file lives with the name **styles.css** ###
15+
Inlined HTML is written to a file in the same directory where the HTML file recides. It is saved to a file named **inlinedHtml.html**
16+
17+
Please note that you should have a seperate css file in the same directory where the html file lives with the name **styles.css**

0 commit comments

Comments
 (0)