Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Mar 11, 2023
1 parent 936292d commit e754dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ And that's it! You can now fetch data from Medusa in Nuxt ✨
```vue
<script setup lang="ts">
const client = useMedusaClient();
const products = await client.products.list();
const { products } = await client.products.list();
</script>
```

Expand Down

0 comments on commit e754dc2

Please sign in to comment.