From b369b20e1623a4a68bfc5d443cf1836e24f845c2 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.