Skip to content

Commit

Permalink
Fix installation guide routes importing step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Dec 12, 2024
1 parent e8c5a1d commit ef66a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Additional feature of the plugin that fulfills Invoicing domain is the ability t

## Installation

#### Beware!

This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the
[legacy installation instruction](docs/legacy_installation.md). However, we strongly encourage you to use
Symfony Flex, it's much quicker!

1. Require plugin with composer:

```bash
Expand Down Expand Up @@ -69,12 +75,6 @@ Additional feature of the plugin that fulfills Invoicing domain is the ability t
bin/console sylius-invoicing:generate-invoices
```

#### Beware!

This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the
[legacy installation instruction](docs/legacy_installation.md). However, we strongly encourage you to use
Symfony Flex, it's much quicker! :)
## Extension points

Majority of actions contained in SyliusInvoicingPlugin is executed once an event after changing the state of the Order.
Expand Down
2 changes: 1 addition & 1 deletion docs/legacy_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
1. Import routes:
```yaml
sylius_refund:
sylius_invoicing:
resource: "@SyliusInvoicingPlugin/config/routes.yaml"
```
Expand Down

0 comments on commit ef66a22

Please sign in to comment.