From 3176c6d793171ea8e22690eb390f86aafcca5fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Y=2E=20C=2E=20Rodr=C3=ADguez?= Date: Tue, 6 Jun 2017 21:42:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 383972f..ad9397f 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ This is a simple Wrapper around the ZipArchive methods with some handy functions 3. Go to `app/config/app.php` - * add to providers `'Chumper\Zipper\ZipperServiceProvider'` - * add to aliases `'Zipper' => 'Chumper\Zipper\Zipper'` + * add to providers `Chumper\Zipper\ZipperServiceProvider::class,` + * add to aliases `'Zipper' => Chumper\Zipper\Zipper::class,` You can now access Zipper with the `Zipper` alias.