Skip to content

Commit 2177a3d

Browse files
authored
Merge pull request #210 from alisqi/master
Fixed babel-plugin-htm's documentation of `import` options
2 parents e2e7665 + 2142684 commit 2177a3d

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)