From 087fb3a9cb22a2f22f9b4858384f9330b9f5028a Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Tue, 6 Aug 2024 10:45:46 -0500 Subject: [PATCH] Fix composer command The GitHub built-in "copy this" widget will copy the entire code block. That includes the `$` character, which is not valid in the command. This change makes the `composer require` block fully copy-paste-enter-able. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe82a64..c12584c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Installation Use [Composer] to install the package: ``` -$ composer require webmozart/glob +composer require webmozart/glob ``` Usage