Skip to content

Commit a92c2f5

Browse files
committed
docs(js): Fix example
1 parent 76da9ef commit a92c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ npm i @css-inline/css-inline
5757
## Usage
5858

5959
```typescript
60-
import { inline } from "css-inline";
60+
import { inline } from "@css-inline/css-inline";
6161

6262
var inlined = inline(
6363
`

0 commit comments

Comments
 (0)