From f4e1e325405800870eed840e916e71759013afdb Mon Sep 17 00:00:00 2001 From: Karen Chen Date: Fri, 24 May 2024 14:05:17 -0700 Subject: [PATCH] docs: fix typo and add PyPI packages --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a10e9e6f..46630b6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Amazon Web Services (AWS) Advanced Python Driver -[![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) +[![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) [![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) +![PyPI - Package Version](http://img.shields.io/pypi/v/aws-advanced-python-wrapper.svg?label=aws-advanced-python-wrapper) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-advanced-python-wrapper) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) ## About the Driver @@ -55,7 +57,7 @@ The `AwsWrapperConnection#connect` method accepts the connection configuration t You can either pass the connection configuration entirely through the connection string, entirely though the keyword arguments, or through a mixture of both. -To use the driver with MySQL Connection/Python, see the following example: +To use the driver with MySQL Connector/Python, see the following example: ```python from aws_advanced_python_wrapper import AwsWrapperConnection