Skip to content

Commit

Permalink
Fix code block language in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Mar 4, 2024
1 parent 9d5c640 commit 9ba3fa9
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 @@ -66,7 +66,7 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
>
> Example for Vite, using the [vite-plugin-environment](https://www.npmjs.com/package/vite-plugin-environment) plugin:
>
> ```js
> ```javascript
> // vite.config.js
> import environment from "vite-plugin-environment";
>
Expand Down

0 comments on commit 9ba3fa9

Please sign in to comment.