Skip to content

Commit

Permalink
fix code snippet md format
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasHeimGalindo committed Aug 1, 2024
1 parent c784c35 commit 74bb9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ To begin contributing a new UI pattern:

5. Import the new pattern component and its HTML content at the beginning of the landing page pattern page:

```js
```js
// landingpage/pages/library/patterns/index.tsx
import { MyPatternA, myPatternAHtml } from '@inovex.de/ui-patterns';
```

```
- Add the pattern to the `PreviewBox` component, which will display the pattern and the highlighted code snippet:

```js
Expand Down

0 comments on commit 74bb9d7

Please sign in to comment.