From f4cd30be412e75e86a71965a7a7ebba00ee1ce8e Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sat, 2 Dec 2023 07:36:10 -0500 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 32e4017b..0edcae65 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The Translation component provides tools to internationalize your application. Getting Started --------------- -``` -$ composer require symfony/translation +```bash +composer require symfony/translation ``` ```php