Skip to content

Commit 3a02455

Browse files
committed
docs: address feedback
Signed-off-by: Michael Gasch <[email protected]>
1 parent e653091 commit 3a02455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/aws/aws-durable-execution-sdk-js/badge)](https://scorecard.dev/viewer/?uri=github.com/aws/aws-durable-execution-sdk-js)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77
[![Node.js](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org/)
8-
[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue)](https://www.typescriptlang.org/)
98

109
---
1110

@@ -83,7 +82,7 @@ export const lambdaHandler = withDurableExecution(handler);
8382

8483
## 🧪 Testing
8584

86-
The testing SDK enables local development and unit testing without deploying to AWS:
85+
The testing SDK enables local development and unit testing without deploying to AWS, as well as cloud testing against deployed Lambda functions:
8786

8887
```bash
8988
npm install @aws/durable-execution-sdk-js-testing --save-dev

0 commit comments

Comments
 (0)