Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent 7875471 commit e21e7e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ pip install sharded-queue
```

## Getting started
First of all you need to define your handler. Handler methods are written using batch approach to reduce io latency per each message.\
Let's start with a simple notification task:
First of all you need to define your handler. Handler methods are written using batch approach to reduce io latency per each message. Let's start with a simple notification task.
```py
from sharded_queue import Handler, Queue, Route

Expand Down

0 comments on commit e21e7e8

Please sign in to comment.