From 5b2e9c2742453c3cd87d1a52ba31f99e527ae310 Mon Sep 17 00:00:00 2001 From: Grzegorz Zdanowski Date: Wed, 11 Jan 2023 07:13:11 -0600 Subject: [PATCH] Fix composer install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce87053..c56b92e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ echo (string) $rgb->toHex(); // #323C46 # Installation ``` -composer require savvywombat\color +composer require savvywombat/color ``` # Usage @@ -279,4 +279,4 @@ $hsl = Color::fromString('deepskyblue')->toHsl(); # License -The MIT License (MIT). Please see [License File](LICENSE) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE) for more information.