From ec01ea1b4de6a5c63ab910a201111514928d8d07 Mon Sep 17 00:00:00 2001
From: Pierce
Date: Fri, 25 Oct 2013 14:33:51 -0500
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 199c30a..48d444d 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ You can now run `heroku open` to visit [rails-base-app.herokuapp.com](http://rai
* `heroku addons:open newrelic` to set up availability monitoring (Settings ยป Availability monitoring)
* Host assets remotely using S3
* Add `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_BUCKET` config variables
- * Make these variables available during precompile with `heroku labs:enable user_env_compile`
+ * Make these variables available during precompile with `heroku labs:enable user-env-compile`
* Deploy again by pushing new code to the heroku remote
* Host assets with regional edge caches using CloudFront
* Set up a CloudFront distribution with your S3 bucket as the origin