diff options
Diffstat (limited to 'packages/integrations/react/README.md')
-rw-r--r-- | packages/integrations/react/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/README.md b/packages/integrations/react/README.md index e610faecd..9beebd056 100644 --- a/packages/integrations/react/README.md +++ b/packages/integrations/react/README.md @@ -29,7 +29,7 @@ If you run into any hiccups, [feel free to log an issue on our GitHub](https://g First, install the `@astrojs/react` integration like so: -``` +```sh npm install @astrojs/react ``` @@ -41,7 +41,7 @@ npm install react react-dom Now, apply this integration to your `astro.config.*` file using the `integrations` property: -__astro.config.mjs__ +__`astro.config.mjs`__ ```js import react from '@astrojs/react'; @@ -62,4 +62,4 @@ To use your first React component in Astro, head to our [UI framework documentat Also check our [Astro Integration Documentation][astro-integration] for more on integrations. [astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ -[astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components
\ No newline at end of file +[astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components |