Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pofallon authored Jul 17, 2020
1 parent 51c697e commit ed9794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the actual handler.

```ts
import { CustomResource } from '@aws-cdk/core';
import * as longs from '@aws-cdk/aws-logs';
import * as logs from '@aws-cdk/aws-logs';
import * as cr from '@aws-cdk/custom-resources';

const onEvent = new lambda.Function(this, 'MyHandler', { /* ... */ });
Expand Down

0 comments on commit ed9794b

Please sign in to comment.