Merge pull request #67 from jblaine/patch-3

Mention "flavor" in example
This commit is contained in:
R. Tyler Croy 2012-12-29 13:02:06 -08:00
commit d59d7d5909
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Here's an example Blimpfile:
ship.group = 'Simple' # [Optional] The name of the desired Security Group
ship.region = 'us-west-1' # [Optional] defaults to us-west-2
ship.username = 'ubuntu' # [Optional] SSH username, defaults to "ubuntu" for AWS machines
ship.flavor = 'm1.small' # [Optional] defaults to t1.micro
end
end
```