From b0c42f946b7f34fb84bf34380dcdaf95ea117cc2 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 12 Jun 2025 08:30:29 -0400 Subject: [PATCH] remove $ so gitclip works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e63d2c..172203f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ of the Composer documentation. Open a command console, enter your project directory and execute: ```console -$ composer require yceruto/formflow-bundle +composer require yceruto/formflow-bundle ``` ### Applications that don't use Symfony Flex @@ -25,7 +25,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```console -$ composer require yceruto/formflow-bundle +composer require yceruto/formflow-bundle ``` #### Step 2: Enable the Bundle