diff --git a/README.md b/README.md index 5ea6e64..ac7e9f1 100755 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ agent = WebAgentAccount("username") ``` or asyncio authorized agent as follows ```python3 -from instagram inport AsyncWebAgentAccount +from instagram import AsyncWebAgentAccount agent = AsyncWebAgentAccount("username") ```