From 2af6580ffbc2dd77912315420ad4fee20f1de142 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Tue, 5 Jan 2021 01:51:53 +0530 Subject: [PATCH] docs link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 336e699..108cb52 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ datetime.datetime(2021, 1, 4, 17, 35, 12, 691741) >>> str(wayback.newest()) 'https://web.archive.org/web/20210104173410/https://en.wikipedia.org/wiki/Multivariable_calculus' ``` +> Full python package documentation can be found at . + #### As a CLI tool @@ -88,9 +90,7 @@ https://akamhy.github.io/waybackpy/ 'akamhy.github.io-10-urls-m2a24y.txt' saved in current working directory ``` - - -> Full documentation can be found at . +> Full CLI documentation can be found at . ## License [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/akamhy/waybackpy/blob/master/LICENSE)