From 2e51058e5bad53a6735e632a2374c2a20c1266fe Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 25 Jun 2024 20:13:39 -0600 Subject: [PATCH] remove the $ otherwise, cut and paste doesn't work. Even Symfony has finally gotten rid of the best practices for documentation. --- 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.