FusionAuth / fusionauth-react-sdk

An SDK for using FusionAuth with React
https://fusionauth.io/docs/quickstarts/#single-page-app
Apache License 2.0
10 stars 4 forks source link

Fix syntax highlighting in README #51

Closed ajcwebdev closed 10 months ago

ajcwebdev commented 1 year ago

What is this PR and why do we need it?

The code blocks in the README are marked as react instead of jsx. Technically you're using tsx but the syntax highlighting in GitHub flavored Markdown turns out a bit better IMO if you mark it as jsx.

ajcwebdev commented 1 year ago

Bump @mooreds

mooreds commented 1 year ago

Thanks for the ping, @ajcwebdev . Right now we ingest the react readme into our documentation via a conversion from markdown to asciidoc, so I'm leery to merge this without testing to see if it affects that.