README.md in cfn-flow-0.2.1 vs README.md in cfn-flow-0.5.0
- old
+ new
@@ -1,6 +1,11 @@
# cfn-flow
-An opinionated command-line workflow for developing AWS CloudFormation templates. Track template changes in git and upload versioned releases to AWS S3.
+An opinionated command-line workflow for developing [AWS CloudFormation](https://aws.amazon.com/cloudformation/) templates and deploying stacks.
+
+Track template changes in git and upload versioned releases to AWS S3.
+
+Deploy stacks using a standard, reliable process with extensible
+configuration in git.
#### Opinions
1. *Optimize for onboarding.* The workflow should be simple to learn & understand.
2. *Optimize for happiness.* The workflow should be easy and enjoyable to use.