Skip to content

Commit

Permalink
fixed an error in README. Turning cache off means perform_caching = f…
Browse files Browse the repository at this point in the history
…alse, not true
  • Loading branch information
jipiboily committed May 28, 2012
1 parent 60e30c1 commit b843695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ Start your server and head on [http://localhost:3000/monologue](http://localhost
### Note to Heroku users
Additionnal step: turn caching off in `config/environments/production.rb`:
```ruby
config.action_controller.perform_caching = true
config.action_controller.perform_caching = false
```

## Enable caching
Expand Down

0 comments on commit b843695

Please sign in to comment.