From 40ed0ff0d6e7253931ffa83ed646148fe7c8800b Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 09:22:02 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 249e54d..d6c68a7 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,22 @@ The waybackpy is a python wrapper for [Internet Archive](https://en.wikipedia.or Table of contents ================= + * [Installation](#installation) + * [Usage](#usage) * [Saving an url using save()](#capturingsaving-an-urlwebsite-using-save) * [Receiving the oldest archive for an URL Using oldest()](#receiving-the-oldest-archive-for-an-url-using-oldest) * [Receiving the recent most/newest archive for an URL using newest()](#receiving-the-recent-mostnewest-archive-for-an-url-using-newest) * [Receiving archive close to a specified year, month, day, hour, and minute using near()](#receiving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near) * [Get the content of webpage using get()](#get-the-content-of-webpage-using-get) + * [Tests](#tests) + * [Dependency](#dependency) + * [License](#license) + ## Installation