Skip to content

Commit

Permalink
Update docs/reference-guides/interactivity-api/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Diego <nickmdiego@gmail.com>
  • Loading branch information
hectorjarquin and ndiego authored Jul 11, 2024
1 parent 686b3d2 commit 6931b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/interactivity-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Install the Interactivity API to your project with the following command:
npm install @wordpress/interactivity --save
```

Import the store into your `view.js`. Refer to the [store documentation](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/api-reference/#the-store) for more information
Import the store into your `view.js`. Refer to the [store documentation](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/api-reference/#the-store) for more information.

```js
import { store } from '@wordpress/interactivity';
Expand Down

0 comments on commit 6931b35

Please sign in to comment.