From 6cdc681d8088eb98691049974d7d790e199c694b Mon Sep 17 00:00:00 2001 From: Ben Taitelbaum Date: Fri, 13 Jul 2012 15:16:17 +0700 Subject: [PATCH] Updates example to correctly use project_tag - Tested on EC2 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca073ec..cc22f78 100644 --- a/readme.md +++ b/readme.md @@ -161,6 +161,7 @@ The yml file needs to look something like this: ```ruby :cloud_providers: ['AWS', 'Brightbox'] +:project_tag: "YOUR APP NAME" :AWS: :aws_access_key_id: "YOUR ACCESS KEY" @@ -168,7 +169,6 @@ The yml file needs to look something like this: :params: :region: 'eu-west-1' :load_balanced: true - :project_tag: "YOUR APP NAME" :Brightbox: :brightbox_client_id: "YOUR CLIENT ID"