Skip to content

Commit

Permalink
Fixed babel-plugin-htm's documentation of import options
Browse files Browse the repository at this point in the history
  • Loading branch information
drjayvee authored Aug 11, 2021
1 parent aefd98d commit 2142684
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 2142684

Please sign in to comment.