Skip to content

Commit a393eb2

Browse files
fix typo in readme (AWS -> client) (#162)
fix typo in readme (AWS -> client)
1 parent 6a0e172 commit a393eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dynamodb-streams-readable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Node.js stream interface for reading records from [AWS DynamoDB Streams](https:/
55
## Usage
66

77
```js
8-
var AWS = new AWS.DynamoDBStreams({
8+
var client = new AWS.DynamoDBStreams({
99
region: 'us-east-1'
1010
});
1111

0 commit comments

Comments
 (0)