Skip to content

Commit f004d95

Browse files
rix0rrrgithub-actions
andauthored
fix: update README with correct version (#226)
Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent a76e865 commit f004d95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

API.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This module bundles the NPM dependency [`proxy-agent`](https://www.npmjs.com/pac
1313
as a local asset. It exposes constants `ASSET_FILE` and `LAYER_SOURCE_DIR` that can be consumed
1414
via the CDK `Asset` construct.
1515

16-
> - proxy-agent Version: 5.0.0
16+
> - proxy-agent Version: 6.3.0
1717
1818
Usage:
1919

2020
```ts
21-
import { ASSET_FILE, LAYER_SOURCE_DIR } from '@aws-cdk/asset-node-proxy-agent-v5';
21+
import { ASSET_FILE, LAYER_SOURCE_DIR } from '@aws-cdk/asset-node-proxy-agent-v6';
2222
import * as lambda from 'aws-cdk-lib/aws-lambda';
2323
import * as s3_assets from 'aws-cdk-lib/aws-s3-assets';
2424
import { FileSystem } from 'aws-cdk-lib';

0 commit comments

Comments
 (0)