Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
publiux committed Jan 17, 2016
1 parent 7445c93 commit 9db2c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:*
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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.
The MIT License (MIT). Please see [License File](https://github.com/publiux/laravelcdn/blob/master/LICENSE) for more information.

0 comments on commit 9db2c3c

Please sign in to comment.