1
0
Fork 0

Put backticks around command for readability.

Helps to promote the command to discern it from the sentence. :)
pull/8688/head
Aaron Johnson 2020-03-12 23:17:14 -04:00 committed by GitHub
parent d0d786c0bf
commit b41e768e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>',
));
}