Skip to content

Commit eb859ba

Browse files
authored
README.md, fix typo in an example
1 parent a7f4720 commit eb859ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Creating am Amazon EC2 Instance is as easy as:
2121
aws = provider("aws", "2.13.0")
2222
aws.region = "us-west-2"
2323
24-
aws.resource.instance(instance_type ="t2.micro", type="ami-2757f631")
24+
aws.resource.instance(instance_type ="t2.micro", ami="ami-2757f631")
2525
```
2626
### Using functions
2727

0 commit comments

Comments
 (0)