README.md in lono-cfn-1.0.0 vs README.md in lono-cfn-1.0.1

- old
+ new

@@ -5,11 +5,12 @@ Wrapper cfn tool to quickly create CloudFormation stacks from [lono templates](https://github.com/tongueroo/lono) and [lono-params](https://github.com/tongueroo/lono-params) files. Example: ```bash $ lono-cfn create my-stack-$(date +%s) --template my-template --params my-params $ lono-cfn update my-stack-1493859659 --template my-template --params my-params -$ lono-cfn delete my-stack-1493859659 +$ lono-cfn delete my-stack-1493859659 --sure +$ lono-cfn plan my-stack-1493859659 --template template-name --params params-name ``` The above command: 1. Generates the lono templates defined in the lono `config` and `template` files. @@ -143,7 +144,5 @@ ## Related Projects * [lono](https://github.com/tongueroo/lono) - Lono is a CloudFormation Template generator. Lono generates CloudFormation templates based on ERB ruby templates. * [lono-params](https://github.com/tongueroo/lono-params) - Tool to generate a CloudFormation parameters json formatted file from a simplier env like file. - -ith