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!',
));
}
diff --git a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test
index 638a31d97..a73badc77 100644
--- a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test
+++ b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test
@@ -47,7 +47,7 @@ Package operations: 3 installs, 0 updates, 0 removals
Writing lock file
Generating autoload files
2 packages you are using are looking for funding.
-Use the composer fund command to find out more!
+Use the `composer fund` command to find out more!
--EXPECT--
Installing b/b (1.0.0)
Installing d/d (1.0.0)