From 5436ab14b35a9d392db2fcf869305b61c6642a2a Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 15 Mar 2024 14:01:14 -0600 Subject: [PATCH] remove $ so gitclip works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dab4f4..d5a5e3e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package provides a [Guzzle] 6/7 middleware that transparently converts docu It is recommended to install the library using [Composer]: ```ShellSession -$ composer require fossar/guzzle-transcoder +composer require fossar/guzzle-transcoder ``` ## Usage