Skip to content

Commit 1c146bd

Browse files
Update README.md
1 parent c96d2a1 commit 1c146bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: packages/@aws-cdk/aws-cloud9/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ new CfnOutput(this, 'URL', { value: c9env.ideUrl });
7070
Use `imageId` to specify the EC2 AMI image to be used:
7171

7272
```ts
73-
import * as cloud9 from '@aws-cdk/aws-cloud9';
74-
7573
const defaultVpc = ec2.Vpc.fromLookup(this, 'DefaultVPC', { isDefault: true });
7674
new cloud9.Ec2Environment(this, 'Cloud9Env2', {
7775
vpc: defaultVpc,

0 commit comments

Comments
 (0)