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