From 085b93910e6d0a129616b3773b5603a4dc24bbcd Mon Sep 17 00:00:00 2001 From: HitBlast Date: Sat, 21 Dec 2024 11:32:53 +0600 Subject: [PATCH] updated markdown' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e3a9e..bca0336 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,12 @@ Since version [2024.12.5](https://github.com/hitblast/avro.py/releases/tag/2024. Here's a reiteration of the previous example using the new syntax: ```python +# Imports. import asyncio import avro -async def main(): +# Main coroutine. +async def main() -> None: # Our dummy text. dummy = 'ami banglay gan gai.'