From 7aa25b878060d05c0f604c0e8494761ade94c926 Mon Sep 17 00:00:00 2001 From: Dmitrii Derepko Date: Fri, 14 Nov 2025 17:35:51 +0300 Subject: [PATCH] Fix formatting of Composer installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9f077..ce47262 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ dotenv](https://github.com/bkeepers/dotenv). Installation is super-easy via [Composer](https://getcomposer.org/): ```bash -$ composer require vlucas/phpdotenv +composer require vlucas/phpdotenv ``` or add it by hand to your `composer.json` file.