From af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed Mon Sep 17 00:00:00 2001 From: Johan Vlaar Date: Mon, 8 Apr 2024 14:09:33 +0200 Subject: [PATCH] Make sure the command is copy pastable by removing $ --- Resources/doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/installation.rst b/Resources/doc/installation.rst index 3b85c2e..6444201 100644 --- a/Resources/doc/installation.rst +++ b/Resources/doc/installation.rst @@ -9,7 +9,7 @@ following command to download the latest stable version of this bundle: .. code-block:: bash - $ composer require friendsofsymfony/jsrouting-bundle + composer require friendsofsymfony/jsrouting-bundle This command requires you to have Composer installed globally, as explained in the `installation chapter`_ of the Composer documentation.