Skip to content

Commit

Permalink
Merge pull request #9 from benjamin-ott/update-readme-with-usage-section
Browse files Browse the repository at this point in the history
Update the readme with a usage section
  • Loading branch information
fjbender authored Jun 24, 2024
2 parents b663075 + 1fe3614 commit 0c96974
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

- [📖  Documentation](https://frontends.shopware.com)

## Usage
1. Install with your package manager:
```bash
pnpm add nuxt-mollie-payments-components
```

2. Add the new nuxt module to the modules section of your nuxt.config.ts:
```bash
{
modules: [
'nuxt-mollie-payments-components',
],
}
```

## Features

<!-- Highlight some of the features your module provide here -->
Expand Down

0 comments on commit 0c96974

Please sign in to comment.