From 2ff82767d12fe02de2549c11670151640741d403 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Sun, 19 Jul 2020 14:47:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7534c7..49e9cc7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pip install waybackpy ```python import waybackpy # Capturing a new archive on Wayback machine. -target_url = waybackpy.Url("https://github.com/akamhy/waybackpy", user_agent="My-cool-user-agent") +target_url = waybackpy.Url(url="https://github.com/akamhy/waybackpy", user_agent="My-cool-user-agent") archived_url = target_url.save() print(archived_url) ```