From 9db2c3c3f1d8ff1b5b28b28f7ea030b42e5181fb Mon Sep 17 00:00:00 2001 From: Raul Ruiz Date: Sun, 17 Jan 2016 17:04:41 -0500 Subject: [PATCH] Updated readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 5015d05..2d24671 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ And then it allows him to switch between the local and the online version of the Require `publiux/laravelcdn` in your project: ```bash -composer require publiux/laravelcdn:* +composer require publiux/laravelcdn ``` *Since this is a Laravel package we need to register the service provider:* @@ -63,7 +63,7 @@ AWS_SECRET_ACCESS_KEY= Publish the package config file: ```bash -php artisan vendor:publish publiux/laravelcdn +php artisan vendor:publish ``` You can find it at `config/cdn.php` @@ -233,4 +233,4 @@ If you discover any security related issues, please email publiux@gmail.com inst ## License -The MIT License (MIT). Please see [License File](https://github.com/publiux/laravelcdn/blob/master/LICENSE) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](https://github.com/publiux/laravelcdn/blob/master/LICENSE) for more information.