diff --git a/docs/getting-started.md b/docs/getting-started.md index ca1f36b72..fa057671e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -130,7 +130,7 @@ Create `main.py`: ```python import asyncio from copilot import CopilotClient -from copilot.session import PermissionHandler +from copilot.types import PermissionHandler async def main(): client = CopilotClient()