Skip to content

Commit

Permalink
Readme adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Jul 14, 2021
1 parent 3107f05 commit b350be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)

> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README).
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README) for documentation.
## Features

Expand Down
10 changes: 5 additions & 5 deletions amazon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Amazon Product Advertising API 5.0 wrapper for Python
# Amazon Product Advertising API 5.0 wrapper for Python v3.3.4

> :warning: **This version is deprecated and it will be removed in the future. Please use [version 4.0.0 or higher](https://github.com/sergioteula/python-amazon-paapi).**
A simple Python wrapper for the [last version of the Amazon Product Advertising API](https://webservices.amazon.com/paapi5/documentation/quick-start/using-sdk.html). This module allows to get product information from Amazon using the official API in an easier way.

Expand All @@ -8,8 +10,6 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)

> :warning: **This version is deprecated and it will be removed in the future. Please use [this](https://github.com/sergioteula/python-amazon-paapi).**
## Features

- Object oriented interface for simple usage.
Expand All @@ -26,9 +26,9 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising

## Installation

You can install or upgrade the module with:
You can install this module version with:

pip install python-amazon-paapi --upgrade
pip install python-amazon-paapi==3.3.4

If you get `ModuleNotFoundError`, try installing this:

Expand Down

0 comments on commit b350be2

Please sign in to comment.