Update README.md

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

View File

@@ -9,9 +9,9 @@ The waybackpy is a python wrapper for [Internet Archive](https://en.wikipedia.or
## Installation ## Installation
Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)): Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)):
```python
pip install waybackpy **pip install waybackpy**
```
## Usage ## Usage
@@ -19,7 +19,7 @@ pip install waybackpy
### Capturing/Saving an url/website. Using save(). ### Capturing/Saving an url/website. Using save().
```diff ```diff
waybackpy.save(url, UA=user_agent) + waybackpy.save(url, UA=user_agent)
``` ```
```python ```python