Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro authored Sep 24, 2023
1 parent 86955cb commit 43c2bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Queue handlers listen for Jobs on queues. Jobs may consist of any payload that i

Queue Handlers are simple Go functions that accept a `Context` parameter.

**Example**: Add a listener on the `hello_world` queue using the default in-memory backend
**Example**: Add a listener on the `greetings` queue using the default in-memory backend

```go
ctx := context.Background()
Expand Down

0 comments on commit 43c2bf0

Please sign in to comment.