Skip to content

Commit

Permalink
doc: added repositories to reproduce on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vandsonfalcao committed Aug 31, 2024
1 parent b18db29 commit 48e71ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Aplicações React
>app.js
Reprodução: <a href="https://vlibras-nextjs-on-react-example.vercel.app/" target="_blank">vlibras-nextjs-on-react-example</a>
<a href="https://github.com/vandsonfalcao/vlibras-nextjs-on-react-example" target="_blank">repositorio github</a>

```js
import VLibras from 'vlibras-nextjs';
Expand All @@ -34,6 +35,7 @@ Aplicações Next
>index.tsx
Reprodução: <a href="https://vlibras-nextjs-example.vercel.app/" target="_blank">vlibras-nextjs-example</a>
<a href="https://github.com/vandsonfalcao/vlibras-nextjs-example" target="_blank">repositorio github</a>

```ts
import type { NextPage } from "next";
Expand Down

0 comments on commit 48e71ae

Please sign in to comment.