Update README.md (#23)

* Update README.md

* fix grammar
This commit is contained in:
Akash 2020-07-26 10:30:54 +05:30 committed by GitHub
parent e95d35c37f
commit ec9ce92f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,14 @@ Table of contents
* [Installation](#installation) * [Installation](#installation)
* [Usage](#usage) * [Usage](#usage)
* [As a python package](#as-a-python-package) * [As a Python package](#as-a-python-package)
* [Saving an url using save()](#capturing-aka-saving-an-url-using-save) * [Saving an url using save()](#capturing-aka-saving-an-url-using-save)
* [Receiving the oldest archive for an URL Using oldest()](#receiving-the-oldest-archive-for-an-url-using-oldest) * [Receiving the oldest archive for an URL Using oldest()](#receiving-the-oldest-archive-for-an-url-using-oldest)
* [Receiving the recent most/newest archive for an URL using newest()](#receiving-the-newest-archive-for-an-url-using-newest) * [Receiving the recent most/newest archive for an URL using newest()](#receiving-the-newest-archive-for-an-url-using-newest)
* [Receiving archive close to a specified year, month, day, hour, and minute using near()](#receiving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near) * [Receiving archive close to a specified year, month, day, hour, and minute using near()](#receiving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near)
* [Get the content of webpage using get()](#get-the-content-of-webpage-using-get) * [Get the content of webpage using get()](#get-the-content-of-webpage-using-get)
* [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives) * [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives)
* [With CLI](#with-the-cli) * [With Command-line interface](#with-the-command-line-interface)
* [Save](#save) * [Save](#save)
* [Oldest archive](#oldest-archive) * [Oldest archive](#oldest-archive)
* [Newest archive](#newest-archive) * [Newest archive](#newest-archive)
@ -63,7 +63,7 @@ pip install git+https://github.com/akamhy/waybackpy.git
## Usage ## Usage
### As a python package ### As a Python package
#### Capturing aka Saving an url using save() #### Capturing aka Saving an url using save()
```python ```python
@ -230,7 +230,7 @@ print(archive_count) # total_archives() returns an int
``` ```
<sub>Try this out in your browser @ <https://repl.it/@akamhy/WaybackPyTotalArchivesExample></sub> <sub>Try this out in your browser @ <https://repl.it/@akamhy/WaybackPyTotalArchivesExample></sub>
### With the CLI ### With the Command-line interface
#### Save #### Save
```bash ```bash