From ce1ad134dba8e0360f29692fe52b014bc9018c21 Mon Sep 17 00:00:00 2001 From: Andrew Male Date: Sun, 26 Apr 2020 03:25:24 -0400 Subject: [PATCH] Fixing composer package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3ce9b..404cc4b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Core component for the PHP Stoic Framework. For more information, visit our web Typical composer installation is supported, simply run the following command: ``` -composer require stoic-php-core +composer require stoic/stoic ``` -Alternatively, downloads are available via the releases page here on GitHub. \ No newline at end of file +Alternatively, downloads are available via the releases page here on GitHub.