Skip to content

Commit

Permalink
Fix note in Preact needing className
Browse files Browse the repository at this point in the history
Closes GH-70.

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
rschristian authored Jul 18, 2021
1 parent fd5b80e commit ad23173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See?
Most of markdown works!
Those XML-like things are not HTML though: they’re JSX.
Note that there are some differences in how JSX should be authored: for example,
React and Preact expect `className`, whereas Vue expects `class`.
React expects `className`, whereas Vue expects `class`.
See [§ MDX syntax][mdx-syntax] below for more on how the format works.

## Use
Expand Down

0 comments on commit ad23173

Please sign in to comment.