Skip to content

Commit

Permalink
Merge pull request #210 from alisqi/master
Browse files Browse the repository at this point in the history
Fixed babel-plugin-htm's documentation of `import` options
  • Loading branch information
developit authored Apr 26, 2022
2 parents e2e7665 + 2142684 commit 2177a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-htm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ With Babel config:
"plugins": [
["babel-plugin-htm", {
"tag": "$$html",
"import": "preact"
"import": "htm/preact"
}]
]
```
Expand Down

0 comments on commit 2177a3d

Please sign in to comment.