Skip to content

Commit 2b03bfb

Browse files
anthonytingyaythomas
authored andcommitted
chore: rename SDK in README and enhance descriptions
Updated README to reflect new SDK name and improve clarity.
1 parent 1e8a34f commit 2b03bfb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# aws-durable-functions-sdk-python
1+
# AWS Durable Execution Testing SDK for Python
22

3-
[![PyPI - Version](https://img.shields.io/pypi/v/aws-durable-functions-sdk-python.svg)](https://pypi.org/project/aws-durable-functions-sdk-python)
4-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-durable-functions-sdk-python.svg)](https://pypi.org/project/aws-durable-functions-sdk-python)
3+
[![PyPI - Version](https://img.shields.io/pypi/v/aws-durable-execution-sdk-python-testing.svg)](https://pypi.org/project/aws-durable-execution-sdk-python-testing)
4+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-durable-execution-sdk-python-testing.svg)](https://pypi.org/project/aws-durable-execution-sdk-python-testing)
55

66
-----
77

@@ -22,14 +22,14 @@ pip install aws-durable-functions-sdk-python-testing
2222

2323
## Overview
2424

25-
Use the Durable Functions Python Testing Framework to test your Python Durable Functions locally.
25+
Use the AWS Durable Execution Testing SDK for Python to test your Python durable functions locally.
2626

27-
The test framework contains a local runner, so you can run and test your Durable Function locally
27+
The test framework contains a local runner, so you can run and test your durable function locally
2828
before you deploy it.
2929

3030
## Quick Start
3131

32-
### A Durable Function under test
32+
### A durable function under test
3333

3434
```python
3535
from aws_durable_execution_sdk_python.context import (

0 commit comments

Comments
 (0)