README.md in cfnlego-0.0.3 vs README.md in cfnlego-0.0.4

- old
+ new

@@ -1,19 +1,23 @@ cfnlego ======== -### description +[![Build Status](https://travis-ci.org/allinwonder/cfnlego.svg)](https://travis-ci.org/allinwonder/cfnlego) +### Description + cfnlego is built to quickly bootstrap CloudFormation development with cfndsl. -It provides templates for all AWS Resources and simpliy bake them into a template +It provides templates for all AWS Resources and simply bake them into a template ### How to use to generate a `cfndsl` template, provide the resource types and their logical names in the command line. ```sh -bundle exec cfnlego --help +$ gem install cfnlego + +$ cfnlego --help Usage: cfnlego --reousrce resource [options] -r RESOURCE_TYPE,RESOURCE_LOGICAL_NAME --resource Add resource type and logical name -h, --help Prints this help Example: