From e23c742fa73dad1013b3511d4ad2ef4439a7dfbe Mon Sep 17 00:00:00 2001 From: Richard Soderberg <rsoderberg@gmail.com> Date: Mon, 2 Apr 2012 00:43:20 -0700 Subject: [PATCH] expand "cost money" to "cost money by the hour", since that is the case --- docs/AWS_DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md index cff5d5d45..17495581c 100644 --- a/docs/AWS_DEPLOYMENT.md +++ b/docs/AWS_DEPLOYMENT.md @@ -117,7 +117,7 @@ You are pushing *from* the local `myotherbranch`, to the remote `master`. ## Destroying your first VM -These things cost money, not a lot, but money. So when you want to +These things cost money by the hour, not a lot, but money. So when you want to decommission a VM and release your hold on the DNS name, simply: $ scripts/deploy.js destroy some_name_i_chose -- GitLab