From 0e23d18cb7a20d8d938e2b6e86032f6843ca6d66 Mon Sep 17 00:00:00 2001 From: Shindler7 Date: Sun, 5 Apr 2020 15:05:13 +0300 Subject: [PATCH] fix inport --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ```