Skip to content

Commit 2142684

Browse files
authored
Fixed babel-plugin-htm's documentation of import options
1 parent aefd98d commit 2142684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-htm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ With Babel config:
6060
"plugins": [
6161
["babel-plugin-htm", {
6262
"tag": "$$html",
63-
"import": "preact"
63+
"import": "htm/preact"
6464
}]
6565
]
6666
```

0 commit comments

Comments
 (0)