From fd7ae570315a1a1d21ea91329c8c3ebf5d03e1d8 Mon Sep 17 00:00:00 2001
From: Akash <64683866+akamhy@users.noreply.github.com>
Date: Sun, 19 Jul 2020 15:03:46 +0530
Subject: [PATCH] Update README.md
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 949dfa2..7cd6859 100644
--- a/README.md
+++ b/README.md
@@ -61,12 +61,11 @@ target_url = waybackpy.Url(url="https://github.com/akamhy/waybackpy", user_agent
archived_url = target_url.save()
print(archived_url)
```
+```bash
+https://web.archive.org/web/20200504141153/https://github.com/akamhy/waybackpy
+```
Try this out in your browser @
-This should print an URL similar to the following archived URL:
->
-
-
#### Receiving the oldest archive for an URL Using oldest()
```python
import waybackpy