From 02147c959a8e7e8a4a5f4507268f31228112bb3e Mon Sep 17 00:00:00 2001 From: anandvc Date: Fri, 14 Jun 2013 14:57:14 +0530 Subject: [PATCH] Updated README.md to include the environment in the configuration Updated README.md to include a the environment in the configuration without which it wouldn't update the text in the development environment when the "draft" text was saved on the server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf3b943..ad68179 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ In your `config/initializers/copycopter.rb`: CopycopterClient.configure do |config| config.api_key = 'YOUR API KEY HERE' config.host = 'your-copycopter-server.herokuapp.com' + config.environment_name = Rails.env end The API key is on the project page. See `CopycopterClient::Configuration` for