Skip to content

Commit

Permalink
Add code language hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 20, 2022
1 parent c4bec6f commit 5b3709f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/stories/docs/introduction.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ On this interactive site you can browse individual components, their controls, o
The components displayed on this site can be used in your code to build the editor's UI for your custom blocks or other pages.
Import them from the components root directory like in below example:

```
```jsx
import { Button } from '@wordpress/components';

export default function MyButton() {
Expand All @@ -29,7 +29,7 @@ To view the documentation for each component use the **Docs** menu item in the t

To use it in your local development environment run the following command in the top level Gutenberg directory:

```
```bash
npm run storybook:dev
```

Expand Down

0 comments on commit 5b3709f

Please sign in to comment.