We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bf9b0d + 1fafeb0 commit bebed4bCopy full SHA for bebed4b
1 file changed
docs/legacy_installation.md
@@ -21,12 +21,12 @@
21
imports:
22
- { resource: "@SyliusRefundPlugin/Resources/config/app/config.yml" }
23
```
24
-1. Import routing:
+1. Import routes:
25
26
- ````yaml
+ ```yaml
27
sylius_refund:
28
resource: "@SyliusRefundPlugin/Resources/config/routing.yml"
29
- ````
+ ```
30
31
1. Check if you have `wkhtmltopdf` binary. If not, you can download it [here](https://wkhtmltopdf.org/downloads.html).
32
0 commit comments