Skip to content

Commit 9f1621d

Browse files
committed
docs: Fix WASM code example
1 parent 0aa2e0f commit 9f1621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A WASM package for inlining CSS into HTML documents.
66

77
```typescript
8-
import { inline } from "css_inline";
8+
import { inline } from "css-inline-wasm";
99

1010
var inlined = inline(
1111
"<html><head><title>Test</title><style>h1 { color:red; }</style></head><body><h1>Test</h1></body></html>",

0 commit comments

Comments
 (0)