diff --git a/README.md b/README.md index e7cb8f3129..d4c9ea8a82 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ cfncluster cfncluster is a framework that deploys and maintains HPC clusters on AWS. It is reasonably agnostic to what the cluster is for and can easily be -extended to support different frameworks. The the CLI is stateless, +extended to support different frameworks. The CLI is stateless, everything is done using CloudFormation or resources within AWS. ### Installation -The current working version is cfncluster-0.0.10. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command: +The current working version is cfncluster-0.0.11. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command: #### Linux/OSX