Skip to content

Commit 0e827b0

Browse files
committed
Changed repository URL
1 parent edb0e46 commit 0e827b0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Amazon Product Advertising API 5.0 wrapper for Python
22
=======================================================
33
A simple Python wrapper for the last version of the Amazon Product Advertising API. This module allows to get product information from Amazon using the official API in an easier way.
44

5-
[![PyPI](https://img.shields.io/pypi/v/python-amazon-paapi5?color=%231182C2&label=PyPI)](https://pypi.org/project/python-amazon-paapi5/)
5+
[![PyPI](https://img.shields.io/pypi/v/python-amazon-paapi5?color=%231182C2&label=PyPI)](https://pypi.org/project/python-amazon-paapi/)
66
[![Python](https://img.shields.io/badge/Python-2.x%20%7C%203.x-%23FFD140)](https://www.python.org/)
7-
[![License](https://img.shields.io/badge/License-GPL--3.0-%23e83633)](https://github.com/sergioteula/python-amazon-paapi5/blob/master/LICENSE)
8-
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi5/issues)
7+
[![License](https://img.shields.io/badge/License-GPL--3.0-%23e83633)](https://github.com/sergioteula/python-amazon-paapi/blob/master/LICENSE)
8+
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
99
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)
1010

1111

@@ -17,8 +17,8 @@ Features
1717
* Get multiple products at once.
1818
* Configurable throttling to avoid requests exceptions.
1919
* Support for all available countries.
20-
* Reorganized product information [structure](https://github.com/sergioteula/python-amazon-paapi5/blob/master/PRODUCT.md) for simple use.
21-
* Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi5/issues) section.
20+
* Reorganized product information [structure](https://github.com/sergioteula/python-amazon-paapi/blob/master/PRODUCT.md) for simple use.
21+
* Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi/issues) section.
2222

2323
Installation
2424
-------------

0 commit comments

Comments
 (0)