From b41e768e1f60d8d5fead46a7f14a92306b12647b Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Thu, 12 Mar 2020 23:17:14 -0400 Subject: [PATCH] Put backticks around command for readability. Helps to promote the command to discern it from the sentence. :) --- src/Composer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index 2269d7958..5fcc6efa2 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -328,7 +328,7 @@ class Installer 1 === $fundingCount ? '' : 's', 1 === $fundingCount ? 'is' : 'are' ), - 'Use the composer fund command to find out more!', + 'Use the `composer fund` command to find out more!', )); }