diff --git a/README.markdown b/README.markdown index bb796ce..d9979a1 100755 --- a/README.markdown +++ b/README.markdown @@ -136,6 +136,7 @@ Sometimes your code will request the same cache key twice in one request. You ca #### Step 1: `config/initializers/cache_money.rb` #### Place this in `config/initializers/cache_money.rb` + require 'cache_money' config = YAML.load(IO.read(File.join(RAILS_ROOT, "config", "memcache.yml")))[RAILS_ENV]