Skip to content

Commit

Permalink
chore: Fix README errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharrox committed Jan 10, 2024
1 parent 6b33c06 commit 3d4c814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ npm install ec2-required-role-config-rule --save
```
import { Ec2RequiredRoleConfigRule } from 'ec2-required-role-config-rule';
new Ec2RequiredRoleConfigRule(this, 'Ec2RequiredRoleConfigRule');
```

Expand All @@ -46,7 +45,7 @@ new Ec2RequiredRoleConfigRule(this, 'Ec2RequiredRoleConfigRule', {
```
new Ec2RequiredRoleConfigRule(this, 'Ec2RequiredRoleConfigRule', {
remediation: {
automatic: false,
automatic: true,
},
});
```
Expand Down

0 comments on commit 3d4c814

Please sign in to comment.