Skip to content

Commit 0be1aaf

Browse files
Minor changes in README.
1 parent 4ce5f5c commit 0be1aaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Special thanks to the author of the idea [akopyl](https://github.com/anatolykopy
22

33
## Installation
44

5+
> **Attention!** <br>
6+
> This library works with the APIs provided by `node.js` .
7+
58
```shell
69
npm i css2html
710
```
@@ -12,6 +15,10 @@ yarn add css2html
1215

1316
```js
1417
import { CssToHtml } from 'css2html';
18+
19+
let result = new CssToHtml({ css: 'div{}' });
20+
21+
console.log(result.outputHTML);
1522
```
1623

1724
## What is this?

0 commit comments

Comments
 (0)