Skip to content

Commit 3445d66

Browse files
authored
use correct language for code fence (#10173)
`composer` is shell code, not PHP code
1 parent 0790883 commit 3445d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ You may pass an array of prices to the `previewInvoice` method in order to previ
18821882

18831883
Before generating invoice PDFs, you should use Composer to install the Dompdf library, which is the default invoice renderer for Cashier:
18841884

1885-
```php
1885+
```shell
18861886
composer require dompdf/dompdf
18871887
```
18881888

0 commit comments

Comments
 (0)