소스 검색

Put backticks around command for readability.

Helps to promote the command to discern it from the sentence. :)
Aaron Johnson 5 년 전
부모
커밋
b41e768e1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Installer.php

+ 1 - 1
src/Composer/Installer.php

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