Put backticks around command for readability.
Helps to promote the command to discern it from the sentence. :)pull/8688/head
parent
d0d786c0bf
commit
b41e768e1f
|
@ -328,7 +328,7 @@ class Installer
|
|||
1 === $fundingCount ? '' : 's',
|
||||
1 === $fundingCount ? 'is' : 'are'
|
||||
),
|
||||
'<info>Use the composer fund command to find out more!</info>',
|
||||
'<info>Use the `composer fund` command to find out more!</info>',
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue