diff --git a/fern/01-guide/04-baml-basics/concurrent-calls.mdx b/fern/01-guide/04-baml-basics/concurrent-calls.mdx index 806e8c130..6d0e27152 100644 --- a/fern/01-guide/04-baml-basics/concurrent-calls.mdx +++ b/fern/01-guide/04-baml-basics/concurrent-calls.mdx @@ -40,7 +40,7 @@ You can make concurrent `b.ClassifyMessage()` calls like so: ```python main.py import asyncio -from baml_client import b +from baml_client.async_client import b from baml_client.types import Category async def main(): @@ -84,4 +84,4 @@ BAML Ruby (beta) does not currently support async/concurrent calls. Please [contact us](/contact) if this is something you need. - \ No newline at end of file +