From 9b6b60fb03829b369aeab60d5eff58ffb17a9423 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 17 Feb 2025 13:36:01 -0600 Subject: [PATCH] use correct language for code fence `composer` is shell code, not PHP code --- billing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing.md b/billing.md index d7dabcdbb4..7f457c9d4c 100644 --- a/billing.md +++ b/billing.md @@ -1882,7 +1882,7 @@ You may pass an array of prices to the `previewInvoice` method in order to previ Before generating invoice PDFs, you should use Composer to install the Dompdf library, which is the default invoice renderer for Cashier: -```php +```shell composer require dompdf/dompdf ```