Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhorev committed Apr 12, 2021
1 parent 9992fbe commit 4ae76d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

Pub/Sub with RabbitMQ in Laravel.

### Installation

`composer require dkhorev/laravel-ampq`

### Publish configs

php artisan vendor:publish --tag=laravel-ampq --force
`php artisan vendor:publish --tag=laravel-ampq --force`

### Listeners

Expand Down
2 changes: 1 addition & 1 deletion src/LaravelAmpqServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot(): void

$this->publishes(
[
__DIR__ . '/laravel-ampq.php' => config_path('laravel-amp.php'),
__DIR__ . '/laravel-ampq.php' => config_path('laravel-ampq.php'),
],
'laravel-ampq'
);
Expand Down

0 comments on commit 4ae76d5

Please sign in to comment.