Skip to content

Commit

Permalink
fix: readme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Jul 29, 2023
1 parent e4fa1ac commit 8fa40e3
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 @@ -40,15 +40,15 @@ Install the library running `pnpm i <your-library>`.

To import the styles the library needs:

```js/ts
```js
/* _app.tsx */
import '<your-library>/dist/style.css'
// More imports and your App component ...
```

To import library components:

```js/ts
```js
/* pages/index.tsx */
import { Dummy } from '<your-library>'
// More imports and your Page component...
Expand Down

0 comments on commit 8fa40e3

Please sign in to comment.