From 9a78dfdcec6eca5c17eebddfc6c4b69901b02807 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 17 Apr 2024 08:01:02 -0400 Subject: [PATCH] remove $ that blocks cut-and-paste from working --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ad5f3f9..579973a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ following command to download the latest stable version of this bundle: .. code-block:: bash - $ composer require knplabs/knp-menu-bundle + composer require knplabs/knp-menu-bundle This command requires you to have Composer installed globally, as explained in the `installation chapter`_ of the Composer documentation.