Update README.md
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user