From e4b0f3a0def3292c851b0da09c8592277bab9b37 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Mon, 4 May 2020 21:02:12 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93a49fd..79cf170 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,8 @@ returns : > Please note that if you only specify the year, the current month and day are default arguments for month and day respectively. Do not expect just putting the year parameter would return the archive closer to January but the current month you are using the package. If you are using it in July 2018 and let's say you use ```waybackpy.near("https://www.facebook.com/", year=2011, UA ="Any-User-Agent")``` then you would be returned the nearest archive to July 2011 and not January 2011. You need to specify the month "1" for January. > Do not pad (use zeros in month, year, day, minute and hour arguments). + + +## License + +[MIT License](LICENSE)