Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism authored Mar 17, 2024
1 parent cd020e6 commit 0f25ed7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ pip install retry-later

## Usage

Simply add `@retry_later` to your function. This also works with `async` functions.
Simply add `@retry_later()` to your function. This also works with `async` functions.

Look inside the `examples` folder for more examples!

Here's a simple demonstration:

```python
from my_very_python_real_email_client import send_mail_to_friend, send_text_to_friend
Expand Down

0 comments on commit 0f25ed7

Please sign in to comment.