Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Mar 23, 2020
1 parent 257b028 commit a3ba7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can add customized node group through `cluster.addNodegroup()`:

```ts
cluster.addNodegroup('nodegroup', {
instanceTypes: new ec2.InstanceType('m5.large'),
instanceType: new ec2.InstanceType('m5.large'),
minSize: 4,
});
```
Expand Down

0 comments on commit a3ba7ca

Please sign in to comment.