Update README.md

This commit is contained in:
akamhy
2020-05-04 20:53:55 +05:30
committed by GitHub
parent ba82959e4d
commit b430cc3224

View File

@@ -19,7 +19,7 @@ pip install waybackpy
### Capturing/Saving an url/website. Using save().
```diff
+ waybackpy.save(url, UA=user_agent)
waybackpy.save(url, UA=user_agent)
```
```python