Skip to content

Commit bd2e760

Browse files
committed
chore: remove spaces in readme
1 parent 576318e commit bd2e760

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Require as dependency:
3939
$ composer req wayofdev/laravel-webhook-client
4040
```
4141

42-
<br>
43-
4442
### → Configuring the package
4543

4644
You can publish the config file with:
@@ -143,8 +141,6 @@ In the `signing_secret` key of the config file, you should add a valid webhook s
143141

144142
This package will try to store and respond to the webhook as fast as possible. Processing the payload of the request is done via a queued job. It's recommended to not use the `sync` driver but a real queue driver. You should specify the job that will handle processing webhook requests in the `process_webhook_job` of the config file. A valid job is any class that extends `WayOfDev\WebhookClient\Bridge\Laravel\Jobs\ProcessWebhookJob` and has a `handle` method.
145143

146-
<br>
147-
148144
### → Preparing the database
149145

150146
By default, all webhook calls will get saved in the database.
@@ -189,7 +185,6 @@ To create the table that holds the webhook calls:
189185
$ php artisan cycle:migrate
190186
```
191187

192-
<br>
193188

194189
### → Taking care of routing
195190

0 commit comments

Comments
 (0)