Skip to content

Commit

Permalink
docs: fix typo in remix docs (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
DNLHC authored Dec 20, 2022
1 parent 82f7fff commit 35ecbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Configure your [Remix](https://remix.run/) project to import SVG as React compon
## Install

```bash
npm install --save-dev @svgr/cli @svgr/plugin-svgo @svgr/plugin-jsx @svgr/plugin-prettier npm-watch npm-run-allnpm-watch npm-run-all
npm install --save-dev @svgr/cli @svgr/plugin-svgo @svgr/plugin-jsx @svgr/plugin-prettier npm-watch npm-run-all
```

## Usage
Expand Down

1 comment on commit 35ecbb5

@vercel
Copy link

@vercel vercel bot commented on 35ecbb5 Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgr – ./

svgr-git-main-gregberge.vercel.app
svgr-gregberge.vercel.app
api.react-svgr.com

Please sign in to comment.