From 67d0624a1eb7d52f252905e67ac3a48d1011020f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Rock=C3=A9tt?= Date: Tue, 12 Sep 2017 00:18:57 +0200 Subject: [PATCH] Correct Packagist name (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef420b..d15202b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Easily add the ability to category your Eloquent models in Laravel 5. You can install the package via composer: ``` bash -composer require mayoz/categorizable +composer require mayoz/laravel-categorizable ``` Register the service provider in your `config/app.php` configuration file: