Update README.md

This commit is contained in:
akamhy
2020-05-05 17:47:00 +05:30
committed by GitHub
parent a2ead04021
commit b4a7f7ea6f

View File

@ -138,6 +138,9 @@ print(webpage)
```
> This should print the source code for <https://example.com/>.
## Tests
* [Here](https://github.com/akamhy/waybackpy/tree/master/tests)
## Dependency
* None, just python standard libraries (json, urllib and datetime). Both python 2 and 3 are supported :)