Skip to content

Commit 5e9fbd0

Browse files
author
palPalani
committed
Fixed branch name for badges
1 parent bd3877c commit 5e9fbd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Custom SQS queue reader for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/run-tests?label=tests)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3ATests+branch%3Amaster)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/Check%20&%20fix%20styling?label=code%20style)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/run-tests?label=tests)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3ATests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/palpalani/laravel-sqs-queue-json-reader/Check%20&%20fix%20styling?label=code%20style)](https://github.com/palpalani/laravel-sqs-queue-json-reader/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/palpalani/laravel-sqs-queue-json-reader.svg?style=flat-square)](https://packagist.org/packages/palpalani/laravel-sqs-queue-json-reader)
77

88

99
Custom SQS queue reader for Laravel projects that supports raw JSON payloads.
1010
Laravel expects SQS messages to be generated in a
1111
specific format that includes job handler class and a serialized job.
1212

13-
Note: Implemented tm read multiple messages from queue.
13+
Note: Implemented to read multiple messages from queue.
1414

1515
But in certain cases you may want to parse messages from 3rd party
1616
applications, custom JSON messages and so on.
@@ -60,7 +60,7 @@ return [
6060
];
6161
```
6262

63-
If queue is not found in 'handlers' array, SQS payload is passed to default handler.
63+
If the queue is not found in 'handlers' array, SQS payload is passed to default handler.
6464

6565
Add `sqs-json` connection to your config/queue.php, Ex:
6666

0 commit comments

Comments
 (0)