From 3e76fb054ab081afc4253aa670239e2f5172aedb Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Wed, 22 Jul 2020 21:04:06 +0530 Subject: [PATCH] format the list --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d8ae9ac..10a6fce 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,19 @@ Table of contents * [Installation](#installation) * [Usage](#usage) - * [Saving an url using save()](#capturing-aka-saving-an-url-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-newest-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) - * [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives) - + * [As a python package](#as-a-python-package) + * [Saving an url using save()](#capturing-aka-saving-an-url-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-newest-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) + * [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives) + * [With CLI](#with-the-cli) + * [Save](#save) + * [Oldest archive](#oldest-archive) + * [Newest archive](#newest-archive) + * [Total archives](#total-number-of-archives) + * [Archive near a time](#archive-near-to-time-specified) * [Tests](#tests)