Skip to content

Commit

Permalink
Fix typo for HighVoltage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
remino committed Jan 14, 2014
1 parent 9153129 commit 277d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -151,7 +151,7 @@ To enable action-caching you can add the following to your initializer:

```ruby
# config/initializers/high_voltage.rb
HighVolgate.configure do |config|
HighVoltage.configure do |config|
config.action_caching = true
config.action_caching_layout = false # optionally do not cache layout. default is true.
end
Expand All @@ -161,7 +161,7 @@ To enable page-caching:

```ruby
# config/initializers/high_voltage.rb
HighVolgate.configure do |config|
HighVoltage.configure do |config|
config.page_caching = true
end
```
Expand Down

0 comments on commit 277d76e

Please sign in to comment.