Skip to content

Commit abf8ba0

Browse files
Changed name of the package.
1 parent a7a910f commit abf8ba0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The very minimum to run looks like this:
145145

146146
```js
147147
// This code outputs to the terminal/console the result of processing the simplest CSS from the single tag.
148-
import { CssToHtml } from 'css-to-html';
148+
import { CssToHtml } from 'css2html';
149149

150150
let result = new CssToHtml({ css: 'div{}' });
151151

@@ -233,6 +233,6 @@ new CssToHtml({
233233
})
234234
```
235235

236-
### If you find a bug, please create an issue [here](https://github.com/Ulyanov-programmer/css-to-html/issues).
236+
### If you find a bug, please create an issue [here](https://github.com/Ulyanov-programmer/css2html/issues).
237237

238-
### If this project was useful to you, you can give it a ★ in [repository](https://github.com/Ulyanov-programmer/css-to-html).
238+
### If this project was useful to you, you can give it a ★ in [repository](https://github.com/Ulyanov-programmer/css2html).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@ulyanov/css-to-html",
2+
"name": "css2html",
33
"version": "1.0.0",
44
"author": "Ulyanov Ivan",
55
"description": "The library for converting CSS to HTML",

0 commit comments

Comments
 (0)