浏览代码

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