Skip to content

Commit 9da945c

Browse files
authored
docs: fix typo and add PyPI badges (#554)
1 parent 9c10b35 commit 9da945c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Amazon Web Services (AWS) Advanced Python Driver
22

3-
[![Python Check and Unit Test](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml)
3+
[![Python Checks and Unit Tests](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/main.yml)
44
[![Integration Tests](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/integration_tests.yml/badge.svg)](https://github.com/aws/aws-advanced-python-wrapper/actions/workflows/integration_tests.yml)
5+
![PyPI - Package Version](http://img.shields.io/pypi/v/aws-advanced-python-wrapper.svg?label=aws-advanced-python-wrapper)
6+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-advanced-python-wrapper)
57
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
68

79
## About the Driver
@@ -55,7 +57,7 @@ The `AwsWrapperConnection#connect` method accepts the connection configuration t
5557

5658
You can either pass the connection configuration entirely through the connection string, entirely though the keyword arguments, or through a mixture of both.
5759

58-
To use the driver with MySQL Connection/Python, see the following example:
60+
To use the driver with MySQL Connector/Python, see the following example:
5961

6062
```python
6163
from aws_advanced_python_wrapper import AwsWrapperConnection

0 commit comments

Comments
 (0)