Skip to content

Commit

Permalink
📄 Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb authored Nov 24, 2023
1 parent 67e6d9c commit efc362b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[**React-Symbols**](https://react-symbols.vercel.app/) is a library for React with the icons of the VSCode theme ["Symbols"](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols) by [Miguel Solorio (@miguelsolorio)](https://github.com/miguelsolorio):

- **+100** files & folders icons.
- Support React Server Components (RSC) & Next.js 13 /app directory.
- Support React Server Components (RSC) & Next.js 13/14 /app directory.
- **Lightweight**.
- Ready to use with **Typescript**.
- **SVG optimized** and **minified**.
Expand Down Expand Up @@ -69,7 +69,7 @@ const MyComponent = () => {
export default MyComponent
```

> Config for use the library with [**Remix**](https://remix.run/):
> Config for use the library with [**Remix**](https://remix.run/) if you are using Remix with CJS (v1 uses CJS by default, v2 uses ESM):
```js
// Add in the remix.config.js:
Expand Down

1 comment on commit efc362b

@vercel
Copy link

@vercel vercel bot commented on efc362b Nov 24, 2023

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:

react-symbols – ./

react-symbols-git-main-pheralb.vercel.app
react-symbols.vercel.app
react-symbols-pheralb.vercel.app

Please sign in to comment.